Discussion - Topic: Drizzle
Details
This week's topic: Drizzle
As described in Thoughtworks Technology Radar Vol. #33.
Drizzle is a lightweight TypeScript ORM. Unlike Prisma ORM, it gives developers both a simple SQL- like API and a more traditional ORM-style query interface. It also supports extracting schemas from existing databases, enabling both database-first and code-first approaches. Drizzle was designed with serverless environments in mind: It has a small bundle size and supports prepared statements, allowing SQL queries to be precompiled so that the database driver executes binary SQL directly instead of parsing queries each time. Its simplicity and serverless support make Drizzle an appealing choice for ORM use in the TypeScript ecosystem.
Zoom link will be added about 5 min before the event starts.
Discussion Resources :
Resources will be added a few days before the event to learn about the topic and help drive the discussion.
