MyGit

drizzle-team/drizzle-orm

Fork: 615 Star: 24140 (更新于 2024-11-01 09:01:11)

license: Apache-2.0

Language: TypeScript .

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

最后发布版本: 0.34.1 ( 2024-10-08 04:07:09)

官方网址 GitHub网址


Headless ORM for NodeJS, TypeScript and JavaScript 🚀

WebsiteDocumentationTwitterDiscord


What's Drizzle?

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.

Ecosystem

While Drizzle ORM remains a thin typed layer on top of SQL, we made a set of tools for people to have best possible developer experience.

Drizzle comes with a powerful Drizzle Kit CLI companion for you to have hasstle-free migrations. It can generate SQL migration files for you or apply schema changes directly to the database.

And we have a Drizzle Studio for you to effortlessly browse and manipulate data in your database of choice.

Documentation

Check out the full documentation on the website

Our sponsors ❤️

最近版本更新:(数据更新于 2024-10-09 09:30:24)

2024-10-08 04:07:09 0.34.1

2024-10-07 22:57:23 0.34.0

2024-10-07 22:32:41 drizzle-kit@0.25.0

2024-08-26 20:42:34 drizzle-kit@0.24.2

2024-08-22 21:37:18 drizzle-kit@0.24.1

2024-08-08 22:27:40 0.33.0

2024-08-08 22:03:20 drizzle-kit@0.24.0

2024-08-05 23:52:18 0.32.2

2024-08-05 23:28:50 drizzle-kit@0.23.2

2024-07-23 22:42:43 0.32.1

主题(topics):

bunjs, d1, libsql, litefs, mysql, mysql2, neon, nodejs, orm, postgres, postgresjs, postgresql, sql, sqlite, sqlite3, sqljs, turso, typescript, vercel-postgres

drizzle-team/drizzle-orm同语言 TypeScript最近更新仓库

2024-11-22 01:36:46 twentyhq/twenty

2024-11-21 16:58:07 labring/FastGPT

2024-11-21 16:14:54 RSSNext/Follow

2024-11-21 14:41:29 continuedev/continue

2024-11-21 00:40:00 immich-app/immich

2024-11-20 19:46:23 CopilotKit/CopilotKit