
Drizzle takes a different approach to TypeScript ORMs: instead of abstracting away SQL, it embraces SQL syntax while adding type safety. If you think in SQL, Drizzle queries will feel natural.
Key Features:
What makes Drizzle unique:
The Drizzle philosophy:
Drizzle is ideal for developers who know SQL well and don't want their ORM fighting against that knowledge. The type safety comes without conceptual overhead—if you can write the SQL, you can write the Drizzle query.

The distributed SQL database
CockroachDB is a distributed SQL database that survives failures and scales horizontally. PostgreSQL compatibility with automatic replication and global distribution.

The fullstack TypeScript development platform
Convex is a backend-as-a-service with a reactive database, serverless functions, and file storage. Write your backend in TypeScript with automatic real-time sync.

The next-gen database
EdgeDB combines the power of SQL with a modern, object-oriented data model. Think beyond tables with a database designed for how developers actually think about data.