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

Latest in client testcases repo contains tests for a `tls_server_name` option: https://github.com/edgedb/shared-client-testcases/pull/31, which we should add support for and update the submodule. Related rust implementation for reference: https://github.com/edgedb/edgedb-rust/pull/300

I'm attempting to write generic functions that accept query builder expressions and wrap them with additional functionality before calling them. (In our particular case, the intent is to combine with...

enhancement
help wanted

Named tuples work similar to Objects in these positions, so they should be acceptable and build correct queries.

bug

We want to update the whole monorepo to use ES modules. But after updating tsconfig and package.json in various packages, tests are failing for driver and generate packages. Jest is...

[template](https://github.com/Huliiiiii/solid-start-edgedb-auth-template) Based on auth-nextjs and auth-remix, replace functions with corresponding alternatives. Tested on the template, capable of normal sign up, sign in, add and delete items, but no further extensive...

We currently target two runtimes (Node and Deno) by doing some build time transformations. There are now more possible runtimes that we could target and take advantage of platform-specific APIs...

enhancement
needs design

With the advent of [Deno v1.45](https://deno.com/blog/v1.45), Deno now has first class support for "npm workspaces", and better Node interop. We should look at the various Deno-specific parts of our codebase...

enhancement
upstream:deno

**Describe the bug** A clear and concise description of what the bug is. ``` Authentication failed: InvalidDataError: Missing query parameter: code at decodeError (D:\...\node_modules\@edgedb\auth-core\dist\utils.js:117:16) at requestGET (D:\...\node_modules\@edgedb\auth-core\dist\utils.js:47:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)...

If the env vars needed for the client to connect aren't set in CI/whatever deploy platform, then edgedb-js currently shows the `Found edgedb.toml but project is not initialized. Run 'edgedb...

better-errors