8 lines
No EOL
249 B
TypeScript
8 lines
No EOL
249 B
TypeScript
/**
|
|
* Client exports for backward compatibility
|
|
*
|
|
* @deprecated Use ServiceContainer parameter instead
|
|
* This file will be removed once all operations are migrated
|
|
*/
|
|
|
|
export { getMongoDBClient, getPostgreSQLClient } from './migration-helper'; |