Six databases, one code path
The same findMany, upsert and transaction run against Postgres, MySQL, SQLite, Mongo, DuckDB and SQL Server. One adapter per database, over the official drivers.
Connecting
A small, Prisma-shaped data layer for MongoDB, PostgreSQL, MySQL, SQLite, DuckDB and SQL Server. Write your models once in plain TypeScript — no codegen step, no query engine, no framework to adopt.