Ergonomic Code with Elysia #2: Connect database with Drizzle ORM
Jul 28, 2025 · 9 min read · Database is essential for storing data from API. And to avoid cumbersome operations with traditional raw SQL commands, we can use ORM. There are many popular ORMs, in the scope of this article, I will introduce you to Drizzle ORM. Simply put, Drizzle...
Join discussion

