Uses of Class
io.permazen.kv.mvcc.SnapshotKVDatabase

Packages that use SnapshotKVDatabase
Package
Description
A simple KVStore implementation based on a sorted array of key/value pairs.
KVDatabase implementation based on LevelDB.
Utility classes for MVCC type operations using a KVStore.
AtomicKVStore and KVDatabase implementations based on H2 MVStore.