method
Store.Begin
func (backend *Store) Begin(ctx context.Context) (store.Transaction, error)Begin a write-capable transaction with an immediate writer reservation.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.
TransactionAtomic document reads and mutations.