Module either_writer

Module either_writer 

Source
Available on crate feature provider only.
Expand description

Generic reader and writer abstractions for interacting with either database tables or static files.

Enumsยง

EitherReader
Represents a source for reading data, either from database, static files, or RocksDB.
EitherWriter
Represents a destination for writing data, either to database, static files, or RocksDB.
EitherWriterDestination
Destination for writing data.