Full Stack Tools

{ Full Stack Tools }

  • Tools
  • Blog
  • Contact
  • Buy me a coffee

Full Stack Tools
{ Full Stack Tools }
Powered by Pynovate Studio

Hot Services

  • GitHub
  • Vercel
  • Supabase
  • Tailwind CSS

Credit to

  • Cloudflare
  • Next.js
  • Supabase
  • Pynovate Studio

Language

      中文(繁體)
      English
      Español
©2024 All rights reservedPrivacy Policy
/ORM Toolkit
/Drizzle ORM
Drizzle ORM
Drizzle ORM

Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.

★★★★☆
FreeOpen Source

What is Drizzle ORM?

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.

Drizzle ORM Drizzle ORM

GitHub: https://github.com/drizzle-team/drizzle-orm

Why Drizzle ORM?

We've got your back

  • Lightweight & edge ready
  • Top-notch performance
  • Hassle-free SQL migrations
  • No code generation
  • Zero dependencies
  • Feature rich SQL dialects

Performance

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.

Live on the edge

We support every major serverful and serverless runtime.

Connect to any database

We support all platform-specific, tcp, http and websocket based drivers.

Pricing

Just kidding, Drizzle is free and open-source. You can still make your contribution!

Try it now

You may also want to try:

Prisma ORM

Prisma ORM

★★★★☆

Simplify working and interacting with databases.

TypeORM

TypeORM

★★★☆☆

Node.js ORM written in TypeScript.