class documentation
class Config(gws.base.database.provider.Config): (source)
Constructor: Config(*args, **kwargs)
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 | service |
service name from pg_services file |
Class Variable | username |
username |
Inherited from Config
:
Class Variable | schema |
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 |