Expand description
Generic reader and writer abstractions for interacting with either database tables or static files.
Enums§
- Either
Reader - Represents a source for reading data, either from database, static files, or
RocksDB. - Either
Writer - Represents a destination for writing data, either to database, static files, or
RocksDB. - Either
Writer Destination - Destination for writing data.
Type Aliases§
- RawRocksDB
Batch Unix and rocksdb - The raw
RocksDBbatch type returned byEitherWriter::into_raw_rocksdb_batch. - Rocks
Batch Arg Unix and rocksdb - Helper type for
RocksDBbatch argument in writer constructors. - Rocks
TxRef Arg Unix and rocksdb - Helper type for
RocksDBtransaction reference argument in reader constructors.