connect abstract method
Establishes a connection to the database.
This should be called before executing any queries.
Implementation
Future<void> connect();
Establishes a connection to the database.
This should be called before executing any queries.
Future<void> connect();