This post introduces Drizzle, a novel ORM tool that provides a traditional ORM querying API as well as a typed SQL querying API. It explains how Drizzle simplifies SQL queries by allowing them to be treated as typed function calls and demonstrates the process of setting up the schema and executing queries in Drizzle. It also highlights the flexibility and debugging capabilities of Drizzle.

16m read timeFrom frontendmasters.com
Post cover image
Table of contents
Wait, what’s an ORM?Why Drizzle is DifferentSetting up the SchemaQuery Whirlwind TourComposability: Putting Queries TogetherDigging deeperThe Drizzle WayDebugging QueriesWrapping Up
1 Comment

Sort: