drizzle-orm
v0.45.1 Apache-2.0Drizzle ORM package for SQL databases
Download Trends
drizzle-orm
AI Insights
Drizzle ORM is a lightweight Object-Relational Mapping package designed for SQL databases, facilitating easy data manipulation and retrieval in JavaScript and TypeScript environments. It supports various SQL databases including MySQL, PostgreSQL, and SQLite, making it a versatile choice for developers working with SQL data structures.
When to use
- When you need a simple and efficient ORM for SQL databases.
- When working in Node.js or TypeScript environments.
- When your project requires high performance with minimal bundle size (8.6 kB gzipped).
When NOT to use
- If your project is heavily reliant on advanced ORM features that this library does not support.
- When you are using non-SQL databases that Drizzle ORM does not cater to.
- If you prefer a more established ORM with less community support (32.7K stars).