connect method

Future<void> connect()

Connect to the database (MySQL ONLY)

Implementation

Future<void> connect() async {
  await conn!.connect();
}