surreal-derive
Set of macros to aid in utilizing the SurrealDB server library for rust.
Todo's
- [x] Derive macro FromValue for named structs
- [ ] Derive macro IntoValue for named structs
- [ ] Enum support
- [ ] Nested objects support
- [ ] Generics support
- [ ] Lifetimes support
- [ ] Compile time checked queries (Like sqlx)
- [ ] Auto defining tables from a struct