Skip to content

0.25.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 17:41
· 1716 commits to main since this release
fb66e3c
import { drizzle } from 'drizzle-orm/vercel-postgres';
import { sql } from "@vercel/postgres";

const db = drizzle(sql);

db.select(...)