Crate swimos_rocks_store

Crate swimos_rocks_store 

Source
Expand description

RocksDB Persistence

An implementation of the server persistence interface using RocksDB as the persistence store.

Structs§

RocksOpts
Configuration wrapper for a Rocks database used by FromOpts.

Functions§

default_db_opts
Default RocksDB parameters.
open_rocks_store
Open a RocksDB persistence store from a path in the local filesystem. If the specified database does not exist it will be crated.