First Commit. Based off bun-sqlite
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { BUN_MARIADB_DatabaseSchemaType } from "../types";
|
||||
type Params = {
|
||||
schema: BUN_MARIADB_DatabaseSchemaType;
|
||||
};
|
||||
export declare function writeLiveSchema({ schema }: Params): void;
|
||||
export declare function readLiveSchema(): BUN_MARIADB_DatabaseSchemaType | undefined;
|
||||
export {};
|
||||
Reference in New Issue
Block a user