Refactor DB Handler. Use Bun native SQL adapter.
This commit is contained in:
Vendored
-10
@@ -1,10 +0,0 @@
|
||||
import type { BunSQLiteConfig } from "../types";
|
||||
type Params = {
|
||||
config: BunSQLiteConfig;
|
||||
};
|
||||
export default function grabDBDir({ config }: Params): {
|
||||
db_dir: string;
|
||||
backup_dir: string;
|
||||
db_file_path: string;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user