edgedb-js
                                
                                
                                
                                    edgedb-js copied to clipboard
                            
                            
                            
                        The official TypeScript/JS client library and query builder for EdgeDB
https://discord.com/channels/841451783728529451/849374705210490900/1138946841103315008
These are already [in the readme](https://github.com/edgedb/edgedb-deno#prerequisites), but they are missing from the documentation on the web site.
Closes #592 This adds a new property to the type that contains all of the subtypes of a given type, so that when testing assignment, instead of comparing objects structurally...
### Discussed in https://github.com/edgedb/edgedb-js/discussions/742 Originally posted by **NetOpWibby** September 29, 2023 # Problem "refresh" is an reserved word in EdgeDB so the below will not work. ```ts query.data = {...
As determined in this discord thread: https://discord.com/channels/841451783728529451/849377751370432573/1141325383640285225 when generating the edgeql-js folder with the --target deno parameter the generated code doesn't work but when the --target deno is removed everything...
Currently it is not possible to use Edgedb-js natively with Cloudflares Pages with there Edge network (Cloudflare Workers). The Problem of this, are most likely connected to the imports, which...
There are a few bits of metadata that can be helpful for the query writer to communicate to the generator: 1. Desired name of the types of the parameters and...
so, in order to realize large projects, we need a better pattern to do things in an concise way. here is an example to do so. i have more examples...
**Code** The code causing the error. ```typescript // fetches the configuration for anything that implements HasConfiguration async function getConfigurationFor(type: e.default.HasConfiguration, ownerId: string): any { const found = await e .select(type,...
When selecting a link that was selected in `filter_single` you get a `ResultCardinalityMismatchError: the query has cardinality MANY which does not match the expected cardinality ONE` error. Copying the edgeql...