Ergonomic Code with Elysia #2: Connect database with Drizzle ORM
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...
hoaaq.hashnode.dev9 min read