One schema.Many outputs.
Define the data model once, then generate the storage layer each app stack wants along with built-in cli.
Schema & relations
Model fields, references, and defaults in one TypeScript contract your app and generators both read from.
CLI: prisma, drizzle, sql
One config points at your schemas; the CLI writes Prisma, Drizzle, or SQL files so teams keep their usual stack.
Install & wire up
Add the packages, drop a farm-orm config, and map each target to an output path—docs walk the full setup.
Who it’s for
Auth and billing libraries, internal platforms, and any kit that needs one schema story across many ORMs.