Module either_writer

Module either_writer 

Source
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 or static files.
EitherWriter
Represents a destination for writing data, either to database or static files.
EitherWriterDestination
Destination for writing data.