class documentation

Postgres/Postgis database provider

Class Variable database database name
Class Variable host database host
Class Variable options connection options
Class Variable password password
Class Variable port database port
Class Variable serviceName service name from pg_services file
Class Variable username username

Inherited from Config:

Class Variable schemaCacheLifeTime life time for schema caches

Inherited from Config (via Config):

Class Variable uid unique ID

Inherited from Data (via Config, Config):

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
database: t.Optional[str] = (source)

database name

host: t.Optional[str] = (source)

database host

options: t.Optional[dict] = (source)

connection options

password: t.Optional[str] = (source)

password

port: int = (source)

database port

serviceName: t.Optional[str] = (source)

service name from pg_services file

username: t.Optional[str] = (source)

username