gws.ext.helper.storage.sqlite

class gws.ext.helper.storage.sqlite.Object[source]
configure()[source]
read(entry: gws.types.StorageEntry) → gws.types.StorageRecord[source]
write(entry, user, data: str) → gws.types.StorageRecord[source]
dir(category: str) → List[gws.types.StorageEntry][source]
delete(category: str, name: str)[source]
reset()[source]