# Functions
AsIsNamingStrategy creates a namingstrategy which returns desired names as is without any modification like case or plural conversion.
Close tries to close db connection returns if any error occures.
CloseAll tries to close all db connections.
Configure DB connection.
ConfigureTestDB returns new mock db connection for test and override db instance with mock db connection.
ConfigureTestDB returns new mock db connection for test and override db instance with mock db connection.
DB Returns default DB connection clone.
Get returns the DB connection with the given name.
GetDefault returns the DB connection named "default".