Engine

The engine contains a map of all open databases. It is also responsible for opening and creating new databases. This is a singleton class.

Methods
static SessionLocal createSession(ConnectionInfo ci)
Open a database connection with the given connection information.
static SessionLocal createSession(ConnectionInfo ci)
Open a database connection with the given connection information.
Parameters:
ci - the connection information
Returns:
the session