Skip to content

Commit

Permalink
refactor: add connectionString config option in postgresql config
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 15, 2023
1 parent 073fee4 commit 2ae295b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ export type MysqlConfig = SharedConfigNode & {
*/
type PostgresConnectionNode = {
ssl?: boolean | ConnectionOptions
connectionString?: string
}
export type PostgreConfig = SharedConfigNode & {
client: 'pg' | 'postgres' | 'postgresql'
Expand Down

0 comments on commit 2ae295b

Please sign in to comment.