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 - The raw
RocksDBbatch type returned byEitherWriter::into_raw_rocksdb_batch. - Rocks
Batch Arg - Helper type for
RocksDBbatch argument in writer constructors. - RocksDB
RefArg - Helper type for
RocksDBsnapshot argument in reader constructors.