:tocdepth: 3 :py:mod:`gws.base.database.model` ================================= .. py:module:: gws.base.database.model .. autoapi-nested-parse:: Database-based models. **Source code:** :source:`gws.base.database.model` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.model.Config` .. py:attribute:: dbUid :type: Optional[str] db provider uid .. py:attribute:: sqlFilter :type: Optional[str] extra SQL filter .. py:attribute:: tableName :type: Optional[str] table name for the model .. py:class:: Object Bases: :py:obj:`gws.base.model.Object`, :py:obj:`gws.DatabaseModel` Database-based data model. .. py:method:: column(column_name) .. py:method:: configure() Configuration hook. .. py:method:: configure_provider() .. py:method:: create_feature(feature, mc) .. py:method:: delete_feature(feature, mc) .. py:method:: describe() .. py:method:: find_features(search, mc) .. py:method:: init_feature(feature, mc) .. py:method:: table() .. py:method:: uid_column() .. py:method:: update_feature(feature, mc) .. py:class:: Props Bases: :py:obj:`gws.base.model.Props`