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 2066734 commit 265d1aeCopy full SHA for 265d1ae
1 file changed
src/driver/postgres/PostgresConnectionCredentialsOptions.ts
@@ -28,7 +28,7 @@ export interface PostgresConnectionCredentialsOptions {
28
/**
29
* Database password.
30
*/
31
- readonly password?: string;
+ readonly password?: string | (() => string) | (() => Promise<string>);
32
33
34
* Database name to connect to.
0 commit comments