Skip to main content
Version: 0.3.0

ConnectionConfig

age-schema-client v0.3.0


age-schema-client / ConnectionConfig

Interface: ConnectionConfig

Defined in: src/core/types.ts:30

Database connection configuration

Properties

PropertyTypeDescriptionDefined in
hoststringDatabase hostsrc/core/types.ts:34
portnumberDatabase portsrc/core/types.ts:39
databasestringDatabase namesrc/core/types.ts:44
userstringDatabase usersrc/core/types.ts:49
passwordstringDatabase passwordsrc/core/types.ts:54
ssl?| boolean | SSLConfigSSL configurationsrc/core/types.ts:59
pgOptions?objectPostgreSQL-specific connection optionssrc/core/types.ts:64
pgOptions.searchPath?stringSearch path for PostgreSQL schemas Default "ag_catalog, public"src/core/types.ts:69
pgOptions.applicationName?stringApplication namesrc/core/types.ts:74
pgOptions.statementTimeout?numberStatement timeout in millisecondssrc/core/types.ts:79
pgOptions.queryTimeout?numberQuery timeout in millisecondssrc/core/types.ts:84
pgOptions.idleInTransactionSessionTimeout?numberIdle in transaction session timeout in millisecondssrc/core/types.ts:89