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