common.storages.live_schema_storage
LiveSchemaStorage Objects
class LiveSchemaStorage(SchemaStorage)
commit_live_schema
def commit_live_schema(name: str) -> str
Saves live schema in storage if it was modified
is_live_schema_committed
def is_live_schema_committed(name: str) -> bool
Checks if live schema is present in storage and have same hash
set_live_schema
def set_live_schema(schema: Schema) -> Schema
Will add or update live schema content without writing to storage.