Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
Drizzle is a modern TypeScript ORM developers wanna use in their next project. It is lightweight at only ~7.4kb minified+gzipped, it's tree shakeable with exactly 0 dependencies.
Drizzle supports every PostgreSQL, MySQL and SQLite databases, including serverless ones like Turso, Neon, Xata, PlanetScale, Cloudflare D1, FlyIO LiteFS, Vercel Postgres, Supabase and AWS Data API. No bells and whistles, no rust binaries, no serverless adapters, everything just works out of the box.
Drizzle is serverless-ready by design, it works in every major JavaScript runtime like NodeJS, Bun, Deno, Cloudflare Workers, Supabase functions, any Edge runtime and even in Browsers. With Drizzle you can be fast out of the box, save time and costs while never introducing any data proxies into your infrastructure.
While you can use Drizzle as a JavaScript library, it shines in the TypeScript. It lets you declare SQL schema and build both relational and SQL-like queries, while keeping the balance between type-safety and extensibility for toolmakers to build on top.
GitHub: https://github.com/drizzle-team/drizzle-orm
Drizzle has always been fast, we just wanted you to have proper benchmarks experience Well, actually it's not that Drizzle is fast, Drizzle just doesn't slow you down.
We support every major serverful and serverless runtime.
We support all platform-specific, tcp, http and websocket based drivers.
Just kidding, Drizzle is free and open-source. You can still make your contribution!