Drizzle ORM
Visit Website"Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too"
Drizzle is a modern TypeScript ORM developers wanna use in their next project. It is lightweight at only ~7.4kb minified+gzipped, and it's tree shakeable with exactly 0 dependencies. It supports every PostgreSQL, MySQL, SQLite, SingleStore and Gel databases and is serverless-ready by design.
Key Focus Areas
- Type-Safe Query Building
- Performance & Flexibility
- Developer Experience & Ergonomics
- Schema Migrations & Data management
About llms.txt Implementation
drizzle-orm's llms.txt documentation outlines the library's type-safe query and schema migration features, with comprehensive details available in their full documentation.