pGenie – SQL-first code generator for PostgreSQL (Haskell, Rust, Java)
Summary
pGenie is a SQL-first PostgreSQL tooling platform that validates SQL, manages indexes, and generates type-safe client SDKs in Haskell, Rust, and Java from plain migrations and queries. It enforces correctness by validating queries against the real schema, generates missing indexes, and produces a typed API with no manual parameter wiring or decoder boilerplate.