All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Database
as a building block for connection management in application.schema::TableSchema
for mapping binary row into actual column namesreplication::BinaryRow
andreplication::BinaryRowIter
for making working with rows based binary events easier to work withreplication::Event
to make easier processing of similar table changesmapper::ChangeLogMapper
to transformreplication::Event
into business domain change itemlog::ItemChange
to store multiple domain model specific changes in an enumaggregate::Aggregate
andaggregate::AsyncAggregate
to processlog::ItemChange
in batches and product output ofaggregate::ChangeAggregate
app::Application
to build easily your own changelog customized apps