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