gws.plugin.postgres.provider.Config
struct
Postgres/Postgis database provider gws.plugin.postgres.provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
database | str | database name gws.plugin.postgres.provider.Config.database | |
host | str | database host gws.plugin.postgres.provider.Config.host | |
options | dict | connection options gws.plugin.postgres.provider.Config.options | |
password | str | password gws.plugin.postgres.provider.Config.password | |
port | int | 5432 | database port gws.plugin.postgres.provider.Config.port |
schemaCacheLifeTime | gws.core.types.Duration | 3600 | life time for schema caches gws.base.database.provider.Config.schemaCacheLifeTime |
serviceName | str | service name from pg_services file gws.plugin.postgres.provider.Config.serviceName | |
type | 'postgres' | object type gws.plugin.postgres.provider.Config.type | |
uid | str | Zuweisung einer eindeutigen ID als Text | |
username | str | username gws.plugin.postgres.provider.Config.username | |
withPool | bool | True | enable connection pooling gws.plugin.postgres.provider.Config.withPool |