LinkWord
Home
Directory
Articles
AI models
Tools
Pixel Plaza
Settings
ContactRSSFriend linksSubmit site
Privacy Policy·Disclaimer
陕ICP备2025083618号-2

Hot channels

AI ToolsDeveloper ToolsProductivity ToolsEntertainment & MediaJobs & Careers
DirectoryArticlesTools
← Back to directory
Site icon for “Drizzle”
Site icon for “Drizzle”

Drizzle

Frontend Frameworks

Lightweight, type-safe ORM for TypeScript
https://orm.drizzle.team
https://orm.drizzle.team

Drizzle is a lightweight SQL ORM designed for modern TypeScript projects, offering type-safe query building and migration support to simplify database interactions.

Core features & highlights

  • Type safety: Provides compile-time type inference and autocompletion to reduce runtime errors.
  • Flexible query builder: Balances readability and composability, with the option to fall back to raw SQL when needed.
  • Migrations and transactions: Built-in migrations and transaction support to ease schema evolution and ensure consistency.
  • Compatible with major databases: Works with PostgreSQL, MySQL, SQLite, and other common SQL engines.

Use cases & target users

  • Well-suited for backend services, full-stack TypeScript apps, Serverless, and microservices.
  • Targeted at engineers and teams who prioritize type safety, a strong developer experience (DX), and maintainability.

Key advantages

  • Lightweight and efficient: Low runtime overhead, suitable for performance-sensitive environments.
  • Great developer experience: Strong typing, autocompletion, and a clear API speed up development.
  • Seamless integration with existing SQL: Enjoy ORM convenience while using raw SQL for complex queries.

Learn more: https://orm.