# Packages
No description provided by the author
# Functions
New creates a new Store with the given driver.
# 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.