glare.db package

Submodules

glare.db.artifact_api module

Database API for all artifact types

class glare.db.artifact_api.ArtifactAPI[source]

Bases: object

calculate_uploaded_data(**kw)
count_artifact_number(**kw)
delete(**kw)
get(**kw)
list(**kw)
save(**kw)
update_blob(**kw)
class glare.db.artifact_api.ArtifactLockApi[source]

Bases: glare.locking.LockApiBase

create_lock(**kw)
delete_lock(**kw)

Module contents