-
Something like this:
```ts
e.select(e.File, () => ({
file_path: true,
name: true,
width: true,
height: true,
}), async (file) => ({
url: await getUrl(file),
width: file.width,
…
-
- EdgeDB Version: 3.0-dev.7343+4d0b071
- EdgeDB CLI Version: 3.0.0-dev.941+730fc35
- OS Version: ubuntu 22.04
Steps to Reproduce:
```bash
$ edgedb migration create
Created dbschema/m…
-
- EdgeDB Version: 2.6+ba1661b
- OS Version: Windows 11
Steps to Reproduce:
1. Create new edgedb instance via `project init`
2. Run `deno run --allow-all --unstable https://deno.land/x/edgedb…
-
So I was removing the type from the schema and forgot that it's referenced by another type. (I deleted the .esdl file and run `edgedb migration create`)
On migrate I got this exception with strackt…
-
Not an issue but i'd love to see documentation outlining what the design goals and benefits of the Trustfall Language has over, say, SQL, EdgeQL or etc.
Not that it needs justification of course, b…
-
Got another doozy. Link properties keep killing me. I have the following:
Schema:
```
module default {
global current_user_id -> uuid;
scalar type ParticipantTag extending enum;
typ…
-
### Describe the bug
What initially started out as projen issue seems to affect `nx-monorepo` as well: https://github.com/projen/projen/issues/2641
When running `npx projen` I'm getting the follow…
-
- EdgeDB Version: 1.0.0-beta.2
- OS Version: MacOS 11.4
I'm trying to bulk insert objects via FOR loop and getting an error:
```
ERROR: edgedb.InternalServerError: there is no range var for [ns~…
-
The proposals here are compatible with https://github.com/edgedb/edgedb-js/issues/347: "object filter syntax"
```ts
e.select(e.Movie, ()=>({
// exclusive prop
filter: { id: "abcd..." }
…
-
> Each .esdl file represents a complete schema state for a particular module.
https://edgedb.com/docs/edgeql/sdl/index
I want to use .esdl file to define my schema but how can I import/use an ,e…