prax-orm 0.9.7

A next-generation, type-safe ORM for Rust inspired by Prisma
Documentation
1
2
3
4
5
error: Model derive only supports structs with named fields
 --> tests/ui/id_on_unit_struct.rs:8:1
  |
8 | struct Foo;
  | ^^^^^^^^^^^