:tocdepth: 3 :py:mod:`gws.plugin.postgres.finder` ==================================== .. py:module:: gws.plugin.postgres.finder **Source code:** :source:`gws.plugin.postgres.finder` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.search.finder.Config` Database-based search .. py:attribute:: dbUid :type: Optional[str] Database provider uid. .. py:attribute:: sqlFilter :type: Optional[str] extra SQL filter .. py:attribute:: tableName :type: str Database table name. .. py:class:: Object Bases: :py:obj:`gws.base.search.finder.Object` .. py:attribute:: db :type: gws.DatabaseProvider .. py:attribute:: tableName :type: str .. py:method:: configure() .. py:method:: configure_models() .. py:method:: configure_provider() .. py:method:: create_model(cfg)