added new di with connection pool and rebuild of the database/cache services
This commit is contained in:
parent
be6afef832
commit
09d907a10c
26 changed files with 4844 additions and 205 deletions
|
|
@ -20,6 +20,9 @@ export type {
|
|||
RawDocument,
|
||||
SecFiling,
|
||||
SentimentData,
|
||||
PoolMetrics,
|
||||
ConnectionEvents,
|
||||
DynamicPoolConfig,
|
||||
} from './types';
|
||||
|
||||
// Factory functions
|
||||
|
|
@ -28,10 +31,4 @@ export {
|
|||
createAndConnectMongoDBClient,
|
||||
} from './factory';
|
||||
|
||||
// Singleton instance
|
||||
export {
|
||||
getMongoDBClient,
|
||||
connectMongoDB,
|
||||
getDatabase,
|
||||
disconnectMongoDB,
|
||||
} from './singleton';
|
||||
// Singleton pattern removed - use factory functions instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue