edgedb-derive 0.2.0

Derive macros for EdgeDB database client.
Documentation
1
2
3
4
5
6
7
8
error: can only derive Queryable for a struct in non-JSON mode
 --> $DIR/enum.rs:4:1
  |
4 | / enum MyEnum {
5 | |     SomeValue,
6 | |     Option2,
7 | | }
  | |_^