Source code: gws.plugin.storage_provider.sqlite
Package Contents
-
class gws.plugin.storage_provider.sqlite.Config(*args, **kwargs)
Configuration for sqlite storage.
-
path: str | None
Storage path.
-
class gws.plugin.storage_provider.sqlite.Object
Storage provider.
-
dbPath: str
-
table = 'storage'
-
configure()
Configuration hook.
-
delete(category, name)
-
list_names(category)
-
read(category, name)
-
write(category, name, data, user_uid)