:tocdepth: 3 :py:mod:`gws.base.database.layer` ================================= .. py:module:: gws.base.database.layer **Source code:** :source:`gws.base.database.layer` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.layer.Config` Database layer. .. py:attribute:: dbUid :type: Optional[str] Database provider uid. .. py:attribute:: tableName :type: str Database table name. .. py:class:: Object Bases: :py:obj:`gws.base.layer.vector.Object` .. py:attribute:: db :type: gws.DatabaseProvider .. py:attribute:: tableName :type: str .. py:method:: configure() .. py:method:: configure_bounds() .. py:method:: configure_models() .. py:method:: configure_provider() .. py:method:: configure_search() .. py:method:: configure_sources() .. py:method:: create_finder(cfg) .. py:method:: create_model(cfg)