UNPKG

drizzle-setup

Version:

A powerful CLI tool to automatically scaffold and configure database setup using Drizzle ORM for PostgreSQL,SQLite,MySQL and More.

7 lines (4 loc) 124 B
import 'dotenv/config' import { drizzle } from 'drizzle-orm/vercel-postgres' const db = drizzle() export default db