Available on crate feature
provider only.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.