Go AVDN
Lesson: Swap Engines atop Traditional Relational Databases
Swap Engines atop Traditional Relational Databases

TOB is shipped with a family of swap engines run atop traditional relational databases, including:

These swap engines, commonly named EngineRDB , store persistent object states to tables in the traditional database instance underlying.

Automatic Table Schema Maintenance

Table schema in the underlying traditional database will be automatically maintained by swap engines according to persistent class schema.

SQLQuerier

EngineRDBs all implemented the SQLQuerier interface as the querier of a TOB instance.

Logging SQL Commands

When you want to see what SQL commands are sent to the traditional relational database underlying, tell the swap engine to log them.