method
Store.BeginSnapshot
func (backend *Store) BeginSnapshot(
ctx context.Context,
) (store.Transaction, error)Begin a stable deferred read snapshot.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.
TransactionAtomic document reads and mutations.