Remove unnecessary line

This commit is contained in:
Colin McDonnell
2023-10-24 18:48:07 -07:00
parent f60167c015
commit ce4e1894f6

View File

@@ -20,7 +20,6 @@ Then we'll connect to a SQLite database using the `bun:sqlite` module and create
```ts#db.ts
import { drizzle, BunSQLiteDatabase } from "drizzle-orm/bun-sqlite";
import { sql } from "drizzle-orm";
import { Database } from "bun:sqlite";
const sqlite = new Database("sqlite.db");