First Commit. Based off bun-sqlite
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
import type { BunSQLiteConfig } from "../types";
|
||||
type Params = {
|
||||
config?: BunSQLiteConfig;
|
||||
};
|
||||
export default function grabDirNames(params?: Params): {
|
||||
ROOT_DIR: string;
|
||||
BUN_MARIADB_DIR: string;
|
||||
BUN_MARIADB_TEMP_DIR: string;
|
||||
BUN_MARIADB_LIVE_SCHEMA: string;
|
||||
BUN_MARIADB_TEMP_DB_FILE_PATH: string;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user