@JvmStatic fun open(dbPath: Path): MapDBKeyValueStore
Open a MapDB-backed key-value store.
dbPath - The path to the MapDB database.
dbPath
IOException - If an I/O error occurs.
IOException
Return A key-value store.