TActiveRecordManager provides the default DB connection, default active record gateway, and table meta data inspector.
The default connection can be set as follows:
All new active record created after setting the DbConnection will use that connection unless the custom ActiveRecord class overrides the ActiveRecord::getDbConnection().
Set the Cache property to an ICache object to allow the active record gateway to cache the table meta data information.