Refactor DB Handler. Use Bun native SQL adapter.
This commit is contained in:
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
import init from "../functions/init";
|
||||
export default async function grabDbSchema() {
|
||||
const { dbSchema } = await init();
|
||||
return dbSchema;
|
||||
}
|
||||
Reference in New Issue
Block a user