:tocdepth: 3 :py:mod:`gws.plugin.storage_provider.sqlite` ============================================ .. py:module:: gws.plugin.storage_provider.sqlite **Source code:** :source:`gws.plugin.storage_provider.sqlite` Package Contents ---------------- .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.Config` Configuration for sqlite storage. .. py:attribute:: path :type: Optional[str] storage path .. py:class:: Object Bases: :py:obj:`gws.StorageProvider` Storage provider. .. py:attribute:: dbPath :type: str .. py:method:: configure() Configuration hook. .. py:method:: delete(category, name) .. py:method:: list_names(category) .. py:method:: read(category, name) .. py:method:: write(category, name, data, user_uid)