We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eed059 commit d25d11aCopy full SHA for d25d11a
lib/interfaces/typeorm-options.interface.ts
@@ -24,11 +24,6 @@ export type TypeOrmModuleOptions = {
24
* If `true`, entities will be loaded automatically.
25
*/
26
autoLoadEntities?: boolean;
27
- /**
28
- * If `true`, connection will not be closed on application shutdown.
29
- * @deprecated
30
- */
31
- keepConnectionAlive?: boolean;
32
/**
33
* If `true`, will show verbose error messages on each connection retry.
34
0 commit comments