method
Store.Begin
func (backend *Store) Begin(ctx context.Context) (store.Transaction, error)Begin a read-write document transaction.
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.