sntl 0.1.0

Compile-time guarded ORM for PostgreSQL — your data's guardian from compile to production
Documentation
1
2
3
4
5
error: Unknown field: `primay_key`. Did you mean `primary_key`?
 --> tests/compile_fail/unknown_attribute.rs:6:16
  |
6 |     #[sentinel(primay_key)]
  |                ^^^^^^^^^^