mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Remove unnecessary line
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user