A schema-first, type-safe ORM for Zig with PostgreSQL support. Define your database schema using Zig's TableSchema builder API, automatically generate SQL migrations, and get type-safe model code with a fluent query builder.
A production-grade, multi-database High Availability daemon. witch is a single binary that manages database clusters — handling leader election, automatic failover, replication monitoring, and controlled switchover — with no external runtime dependencies. It embeds a full raft consensus algorithm, replacing all need for an external DCS