Uses of Interface
io.permazen.kv.KVImplementation

Packages that use KVImplementation
Package
Description
A simple KVStore implementation based on a sorted array of key/value pairs.
KVDatabase implementation based on Oracle's Berkeley DB Java Edition.
KVDatabase implementation based on CockroachDB.
KVDatabase implementation based on FoundationDB.
KVDatabase implementation based on LevelDB.
KVDatabase implementation based on LMDB.
KVDatabase implementation based on Microsoft SQL Server.
AtomicKVStore and KVDatabase implementations based on H2 MVStore.
KVDatabase implementation based on MySQL.
A distributed KVDatabase based on the Raft consensus algorithm.
A simple in-memory implementation of the KVDatabase interface.
KVDatabase implementation based on Google Cloud Spanner.
KVDatabase implementations based on SQL connections.
KVDatabase implementation based on SQLite.
KVDatabase implementation based on Xodus.