pgorm 0.1.0

A lightweight Postgres-only ORM for Rust
Documentation

pgorm

A lightweight Postgres-only ORM for Rust.

Features

  • SQL explicit: SQL/QueryBuilder is first-class citizen
  • Type-safe mapping: Row → Struct via FromRow trait
  • Minimal magic: Traits and macros only for boilerplate reduction
  • Safe defaults: DELETE requires WHERE, UPDATE requires SET