UNPKG

create-better-t-stack

Version:

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

4 lines (2 loc) 125 B
import { drizzle } from "drizzle-orm/mysql2"; export const db = drizzle({ connection: { uri: process.env.DATABASE_URL } });