connect abstract method

Future<void> connect()

Establishes a connection to the database.

This should be called before executing any queries.

Implementation

Future<void> connect();