Class CockroachKVDatabase

java.lang.Object
io.permazen.kv.sql.SQLKVDatabase
io.permazen.kv.cockroach.CockroachKVDatabase
All Implemented Interfaces:
KVDatabase

public class CockroachKVDatabase extends SQLKVDatabase
KVDatabase implementation based on CockroachDB.

Automatically creates the key/value table on startup if it doesn't already exist.