Drizzle ORM 入門

Drizzle は TypeScript ファーストな軽量 ORM です。

const articles = await db.select().from(articlesTable).where(eq(articlesTable.status, "published"))