SPG daemon — listens for self-built wire-frame connections and PG-wire (libpq-compatible).
A SQL query builder library for Rust
A new way to handle Postgres schema migration.
This plugin currently implements constraints for PostgreSQL only. It should provide a structure for a more abstract implementation. Currently it implements foreign key constraints, unique constraints and check constraints. null and not null constraints would be easy to add but they may collide with preexisting Active Record code.