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