gws.plugin.storage_provider.sqlite

Source code: gws.plugin.storage_provider.sqlite

Package Contents

class gws.plugin.storage_provider.sqlite.Config(*args, **kwargs)

Bases: gws.Config

Configuration for sqlite storage.

path: str | None

storage path

class gws.plugin.storage_provider.sqlite.Object

Bases: gws.StorageProvider

Storage provider.

dbPath: str
configure()

Configuration hook.

delete(category, name)
list_names(category)
read(category, name)
write(category, name, data, user_uid)