edgedb-dart
edgedb-dart copied to clipboard
Hey, is there any plans to support web platform?
Fixes #39
See the [python implementation](https://github.com/edgedb/edgedb-python/pull/484) for details
**Describe the bug** The edgedb generator does not generated enum types defined in schema. It treats enum as String and creates fields of classes with String as datatype. **Reproduction** Schema:...
I am trying to connect from flutter to database on a Mac. I tried many different approaches, but it seems , that the createCient has an error, as it is...
Like the Python, JavaScript/TypeScript and .NET client libraries, I'd like to create a Sphinx domain to introduce the same RST format and CSS style as the others. This would bring...
# use case I'm using the codegen with shapes like `{ ** }` when using the generated `.toMap()` method, it converts the props of the first degree, but not more,...