edgedb-js
edgedb-js copied to clipboard
The official TypeScript/JS client library and query builder for EdgeDB
**Describe the proposed feature** See discussion here: https://discord.com/channels/841451783728529451/1305187683643166812 This is how I fixed a hindenbug in our codebase:  It could have been prevented had the client checked for reference...
**Describe the bug** After upgrading from node 20 to node v22.12.0 (LTS), running my project locally this error occurred: ``` A client connection error occurred; reconnecting because of "waitUntilAvailable=30000". ClientConnectionClosedError:...
Since end users might verify their email on a different device than the user agent they initiated the sign up (or sign in) flow with, treat this as a success...
**Describe the bug** A clear and concise description of what the bug is. **Reproduction** Run this query: ```typescript await client.query(` Select schema::Module{ *, parent_id := ( with p := re_match(r'^(.*?)::[\w]+$',...
Currently we just have error messages like `Cannot extract repeated or aliased expression into 'WITH' block, expression or its aliases appear outside root scope`, which would be more helpful if...
**Describe the bug** When trying to use the client library on [Deno Deploy](https://deno.com/deploy), there is the following error: ``` TypeError: Deno.permissions.querySync is not a function at getEnv (https://deno.land/x/[email protected]/_src/adapter.shared.deno.ts:3:36) at parseConnectDsnAndArgs...
Discord thread: https://discord.com/channels/841451783728529451/1300525436165423266 - EdgeDB Version: 5.6+adb9e77 - EdgeDB CLI Version: EdgeDB CLI 5.5.1+cc9315a - OS Version: Sequoia 15.0 Seeing an issue where TypeScript is reporting a property as not...