ORMs & Query Builders

JavaScript/TypeScript ORMs and query builders — the type-safe layer that connects a metaframework (Next.js, Nuxt, SvelteKit) to a database, handling queries, schema, and migrations. Prisma is schema-first; Drizzle is SQL-first and edge-friendly. Not databases themselves, so they are chosen alongside a database rather than instead of one.