update mongo for multi db support

This commit is contained in:
Boki 2025-06-14 12:19:20 -04:00
parent 4942574b94
commit cbef304045
7 changed files with 927 additions and 13 deletions

View file

@ -19,4 +19,11 @@ export type {
} from './types';
// Factory functions
export { connectMongoDB, disconnectMongoDB, getMongoDBClient } from './factory';
export {
connectMongoDB,
disconnectMongoDB,
getCurrentDatabase,
getDatabase,
getMongoDBClient,
setDefaultDatabase,
} from './factory';