-
Hi,
I'm finally at a point with my program where I can send queries to EdgeDB, and I noticed that error messages are pretty unhelpful.
I'm using the [`eyre` crate](https://crates.io/crates/eyre)…
-
Is there a way to get all the attributes of an object, maybe on the first level.
these statements do not work, (not explained in the documentation).
```
SELECT User {};
SELECT User {*};
```
-
**Code**
```typescript
const query = e.select(e.User, (user) => ({
filter: e.op('exists', user.name),
name: true,
}))
type ResultType = $infer
// type ResultType = {
// name: string …
-
- EdgeDB Version: 2.6+ba1661b
- EdgeDB CLI Version: 2.2.0-dev.868+fc9f7ca
- OS Version: ubuntu 22.04
Steps to Reproduce:
1. create a new project
2. run `edgedb migration create`
output:…
fmoor updated
2 years ago
-
This looks really great. Any plans for a .NET driver?
-
- Used Java & Springboot
- EdgeDB Version: 2.9+a3d80ef
- EdgeDB CLI Version: EdgeDB CLI 2.2.6+7eabbf9
- OS Version: macOS Monterey 12.5
Steps to Reproduce:
1. Use EdgeQL over HTTP
…
-
## Summary
Seems like the member init translator has decided to break the EdgeQL syntax rules again.. 🤷🏻
Standard libs funcs with contextual assignment operators (+=, -=, etc) **NEED** to prese…
-
**Describe the bug**
`npx @edgedb/generate interfaces --out`
`--out` option is not working
`interfaces.ts` still generated into `dbschema/interface.ts`
-
**Schema**
Your application schema.
```
module default {
type Person {
required property name -> str;
}
type Movie {
required property title -> str;
multi link actor…
-
I think it would be good if we had clear 'ownership' relationships between objects in Edge Db.
For instance - the Consent statements of a patient belong to a Patient - so don't make much sense if t…