Support to list snapshot

This commit is contained in:
WQY\qiong
2023-03-03 20:40:05 +08:00
parent bb3cd2bb7f
commit dde045b6b8
3 changed files with 12 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ from .database import API_ADD, API_UPDATE, API_DELETE
from .database import ChangeSet
from .database import get_current_operation
from .database import execute_undo, execute_redo
from .database import list_snapshot
from .database import have_snapshot, have_snapshot_for_operation, have_snapshot_for_current_operation
from .database import take_snapshot_for_operation, take_snapshot_for_current_operation, take_snapshot
from .database import update_snapshot, update_snapshot_for_current_operation