prax-orm 0.10.0

A next-generation, type-safe ORM for Rust inspired by Prisma
Documentation
1
2
3
4
5
error: model `User` has no outgoing to-many relations to count
  --> tests/ui/computed_fields/count_unknown_relation_fail.rs:14:29
   |
14 |         select: { id: true, _count: { pots: true } },
   |                             ^^^^^^