SPG daemon — listens for self-built wire-frame connections and PG-wire (libpq-compatible).
Gemfile support for deps-lsp
PostgreSQL performance database insights
CLI for projm — project organizer and navigator
Stop dangerous database migrations before they reach production
Safe SQL for Rust — if it compiles, the SQL is correct
Bump allocator with thread-local recycling for bsql drivers
Runtime support for bsql — compile-time safe SQL for Rust
PostgreSQL wire protocol driver for bsql — binary protocol, arena allocation, zero-copy
SQLite driver for bsql — direct FFI, arena allocation, dedicated-thread pool
Proc macros for bsql — compile-time safe SQL for Rust
Django-shaped batteries-included web framework for Rust: ORM + migrations + auto-admin + multi-tenancy + audit log + auth (sessions, JWT, OAuth2/OIDC, HMAC) + APIs (ViewSet, OpenAPI auto-derive, JSON:API) + jobs (in-mem + Postgres) + email + media (S3 / R2 / B2 / MinIO + presigned uploads + collections + tags) + production middleware (CSRF, CSP, rate-limiting, compression, idempotency, etc.).
Rails goodies.
Rails port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin.
This project allows you to monkey patch ActiveRecord (PostgreSQL) and auto-heal applications in production when PostgreSQL database fails over or when a cached column (in ActiveRecord schema cache) is removed from the database from a migration in another process.
CLI to restore a postgres database from a backup. Infers db config from config/database.yml.
This is timesaver for middle/large Rails application which used PostgreSQL as database. Create/drop Views, Functions, Triggers, Foreign keys in your migrations using ruby syntax.
PostgreSQL Stored Proc/Trigger/View/User defined Type/Aggregate Type for Ruby Schema dump in Rails
Web UI for rails-pg-extras
Postgres tasks for Rails.
Write your Postgres triggers directly in your models.
MCP interface for rails-pg-extras. It enables LLMs to analyze the PostgreSQL metadata and performance metrics.