First Commit. Based off bun-sqlite
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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