Crate ckb_db

source ·
Expand description

§The DB Library

This Library contains the KeyValueDB traits which provides key-value store interface

Re-exports§

Modules§

  • RocksDB wrapper base on OptimisticTransactionDB
  • DB with ttl support wrapper
  • RocksDB iterator wrapper base on DBIter
  • ReadOnlyDB wrapper base on rocksdb read_only_open mode
  • RocksDB snapshot wrapper
  • RocksDB optimistic transaction wrapper
  • RocksDB write batch wrapper

Structs§

Enums§

Type Aliases§

  • The type returned by database methods.