pgorm
A lightweight Postgres-only ORM for Rust.
Features
- SQL explicit: SQL/QueryBuilder is first-class citizen
- Type-safe mapping: Row → Struct via
FromRowtrait - Minimal magic: Traits and macros only for boilerplate reduction
- Safe defaults: DELETE requires WHERE, UPDATE requires SET