import { Database } from "bun:sqlite"; import { SQLITE_DATABASE_FILE } from "@blog/config"; export const db = new Database(SQLITE_DATABASE_FILE);