edgedb-js icon indicating copy to clipboard operation
edgedb-js copied to clipboard

The official TypeScript/JS client library and query builder for EdgeDB

Results 259 edgedb-js issues
Sort by recently updated
recently updated
newest added
trafficstars

**Code** ```typescript // GENERATED by @edgedb/generate v0.5.3 import type {Executor} from "edgedb"; export type ExampleInsertArgs = { readonly "json": unknown; }; export type ExampleInsertReturns = { "id": string; }; export...

bug
needs design

Adds an SSE-style streaming response method along with a lower-level async generator. --- Example output from httpie: ``` http http://localhost:3004 message=="Tell me something about pluto" HTTP/1.1 200 OK Connection: keep-alive...

It should decode the embeddings from the extension response so that it can be provided directly to the `ext::ai::search` method.

enhancement

The whole JS ecosystem has the camel case convention for property names. It would be nice if this JS client supports the same naming strategy feature from the DotNet client...

I tested this with example sveltekit and it works. I retested and it works, but not sure is the setCookie function definition the best, especially the params it needs, doesn't...

Should correctly generates the cardinality of coalesce(??) operation result.

This allows custom codecs to use imports from non-"edgedb" exports

Using the latest version of edgedb and @edgedb/generate, I upgraded to latest version of Typescript (5.4.5) and started getting an error all over my code. Downgrading Typescript fixes the problem....

performance

The original change was to support snake_case, and the change for camelCase did not need to also change the case of the first character.

**Describe the bug** We have been using EdgeDB in production for a while, and a few months ago updated our NodeJS version from v16 to v18 and more on multiple...

performance