// drivers
Schemic drivers
One typed source of truth, for any database. Pick the driver for the database you use — each compiles your schema to that database's native DDL, migrations, and types.
-
SurrealDB
AlphaMulti-model SurrealDB schemas in TypeScript — SurrealQL DDL, migrations, and introspection (pull).
-
PostgreSQL
AlphaRelational PostgreSQL schemas in TypeScript — native SQL DDL, migrations, and typed rows.