-
I believe it would be fitting for EdgeDB to offer a solution to the N+1 problem for its GraphQL constructing users.
As stands, although people may observe a performance increase per query thanks t…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
**Describe the bug**
Follow up from [Discord](https://discord.com/channels/841451783728529451/1033467536114716723/1033468555187998742): When using TS Queries Generator with next.js webpack doesn't …
-
Currently the conditional syntax is the pythonic:
```python
yes if condition else no
```
However, python is the only language with this baffling syntax.
It's very foreign to non-python devs, and …
-
When generating query functions for Typescript (`npx @edgedb/generate queries --target ts`), an EdgeQL file `/.edgeql` results in a TS file `/.edgeql.ts` (as expected per [the docs](https://www.edgedb…
-
**Proposed App structure**
1. Store all domain directories inside `src` folder
1. `src/` - highest level of an app, contains common models, configs, and constants, etc.
2. `src/app.py` - ro…
-
In addition to the current approach (reflecting EdgeQL and the EdgeDB typesystem into a query builder API), I propose a more GraphQL-like workflow.
### `*.edgeql` files
Queries are written as pl…
-
```
(venv) ➜ demo-2 edb cli migration create
did you drop rewrite 'Insert' of link 'default_project'? [y,n,l,c,b,s,q,?]
> l
The following DDL statements will be applied:
ALTER TYPE default::…
-
Currently we do it manually, and we only do forward for now, but cursor based pagination is needed
-
When edgeql-go is run, the generated function names and return values are lowercase, which makes them inaccessible.
I have `select_enabled_auth.edgeql`
```
SELECT Auth {
id,
access_toke…