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

- EdgeDB Version: 4.0+d568f08 - EdgeDB CLI Version: EdgeDB CLI 4.0.2+be1da73 - OS Version: Linux 6.5.6-200.fc38.x86_64 (Fedora 38) - Deno Version: deno 1.38.0 (release, x86_64-unknown-linux-gnu) - Typescript Version: typescript 5.2.2...

bug
upstream:deno

I just got this error in prod ``` err: { "type": "CardinalityViolationError", "message": "assert_exists violation: expression returned an empty set\n", "stack": CardinalityViolationError: assert_exists violation: expression returned an empty set at...

enhancement

**Describe the bug** Given the schema ``` type ResourceType { required name: str {} comment: str {} required is_material: bool { default := true } } ``` using the edgedb-js...

bug

When creating query like this: ```edgeql insert OtpPhoneRequest { phone := $0, otp := $1, sentAt := $2 }; ``` Generated query will be: ```ts export type InsertOtpRequestArgs = {...

enhancement

Publish a helper library for EdgeDB Auth targeting SvelteKit.

If you check the boolean value of a property in JavaScript (without using `e.op` or similar), the result will always be truthy since that is not the value in the...

documentation

Add a mode to `generate interfaces` that produces a `modulename.ts` file instead of a namespace for each EdgeDB module before: ```ts import { Movie, example } from 'interfaces.ts' type Watched...

enhancement
help wanted