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 220 edgedb-js issues
Sort by recently updated
recently updated
newest added

Since all supported platforms support browser-compatible crypto, remove the extraneous adapters and standardize on the browser API. This requires a flag for Node v18 to enable the browser global `--experimental-global-webcrypto`,...

Add binding support for https://github.com/edgedb/edgedb/pull/7187 ```ts client..transaction((tx) => { tx.withGlobals({ foo: 'bar' }); }); ``` How should/can this be limited to only 4.8/5.0+ instances?

upstream:edgedb

Now that we have the `edgedb` CLI wrapper script that handles installing the CLI if it's missing, the wrapper takes care of installing the correct version or finding the already...

We tried to write something that would be easy to adopt the new flat config format in 8.x, but since then, 9.x has been released and the config has settled...

I'm attempting to insert video records into edgedb which have links to tags and actors. I'm using the bulk insert method described at https://docs.edgedb.com/libraries/js/for and trying to adapt the complex...

Trying to get the query builder set up in a plain NodeJS app. I've run the generator but just get this error when trying to "import e": Error LERR_UNSUPPORTED_DIR_IMPORT]: Directory...

I would like to have an extra, short nanoid for one of my tables. How do I do that? Is it possible to do it through the `.esdl` file? On...

I enabled authentication etc., configured smtp but when I load the signup page I just get an error stating "missing challenge in register request, type invalid data. I get similar...

**Describe the proposed feature** Drizzle has a killer feature with customTypes that allows you to use arbitrary datatypes: https://orm.drizzle.team/docs/custom-types. Here's an example of a date column that transforms a mysql...

I'm using the edgedb-js query builder alongside a nestjs project and ran into some out of memory issues when building or starting the app. I've tracked the issue down to...