Choose the right Drizzle ORM driver and runtime integration. Use when tasks mention `drizzle-orm/node-postgres`, `neon-http`, `mysql2`, `better-sqlite3`, `@libsql/client`, PGlite, Bun SQL, Cloudflare D1, Durable Objects, Expo SQLite, OP-SQLite, AWS Data API, serverless/edge runtimes, or Drizzle HTTP proxy setup.
Use this skill when the task is about selecting the correct connection path, import surface, or deployment/runtime integration for Drizzle.
drizzle-orm-overview-and-setupdrizzle-orm-schema-and-relationsdrizzle-orm-queries-and-sqldrizzle.config.ts -> use drizzle-orm-migrations-and-drizzle-kitimport { neon } from "@neondatabase/serverless";
import { drizzle } from "drizzle-orm/neon-http";
const sql = neon(process.env.DATABASE_URL!);
export const db = drizzle({ client: sql });
[email protected] latest