openConnection abstract method

Future<TConnection> openConnection()

Opens a new connection to the database.

If initializeSchema has not been called, this is supposed to throw.

Implementation

Future<TConnection> openConnection();