prax-orm 0.10.0

A next-generation, type-safe ORM for Rust inspired by Prisma
Documentation
1
2
3
4
5
error: unknown field `full_name` on model `User` in `data:` block
  --> tests/ui/computed_fields/set_generated_in_data_fail.rs:12:35
   |
12 |         data: { email: "a@b.com", full_name: "Alice Smith" },
   |                                   ^^^^^^^^^