bun-mariadb/dist/utils/grab-db-schema.js

6 lines
143 B
JavaScript

export default async function grabDbSchema() {
const config = global.CONFIG;
const dbSchema = global.DB_SCHEMA;
return dbSchema;
}