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