A highly parallel Perl 5 interpreter written in Rust
SPG daemon — listens for self-built wire-frame connections and PG-wire (libpq-compatible).
The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, Rkyv caching
PostgreSQL companion for teams not using Rails or Django. Migrations, introspection, diffing, and more.
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.).
Add rake db:dump, rake db:restore and cap db:pull
Adds a Rake command to dump and restore the application's database. Delegates to regular dumping utilities such as `mysqldump` and `pg_dump`. Unlike them, you *don't* have to remember any proper syntax. You don't have to specify the connection parameters either; if the application works the dumper works, too.