package
0.0.2
Repository: https://github.com/cohix/libsdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New creates a new Store with the given driver.

# Structs

Store is a distributed, replicated datastore for libsdk applications.
TxRecord is a serializable transaction for replication purposes.

# Interfaces

Driver represents an underlying storage driver.
ReadTx is a read-only transaction.
ReadWriteTx is a transaction for read or write transactions.
Tx is an object that can itself kick off a read-only transaction or a read-write transaction which is managed by the underlying driver.

# Type aliases

TxHandler is a function that executes a named transaction.