gws.plugin.postgres.finder

Source code: gws.plugin.postgres.finder

Module Contents

class gws.plugin.postgres.finder.Config(*args, **kwargs)

Bases: gws.base.search.finder.Config

Database-based search

dbUid: str | None

database provider uid

tableName: str

sql table name

class gws.plugin.postgres.finder.Object

Bases: gws.base.search.finder.Object

Finder object.

provider: Object.provider
tableName: str
configure()

Configuration hook.

configure_provider()
configure_models()
create_model(cfg)