Open SourceDatabase29k
Drizzle ORM
Lightweight, SQL-first TypeScript ORM with zero runtime overhead.
Drizzle ORM is an open-source headless TypeScript ORM that stays close to SQL while giving fully typed queries and schema definitions in TypeScript. It runs in serverless and edge environments, ships its own migration tool (drizzle-kit), and supports PostgreSQL, MySQL, SQLite, and many hosted database providers. It is notable for being lightweight and SQL-first rather than abstracting the query language away.
Repository
drizzle-team/drizzle-ormLanguage
TypeScriptWhat you'd build with it
- Build a type-safe data layer for serverless or edge AI apps where bundle size and cold starts matter
- Write queries that map almost one-to-one to SQL while keeping full TypeScript inference
- Generate and run migrations with drizzle-kit against Postgres, MySQL, or SQLite
Tags
ormtypescriptsqledge