connect method

Future<void> connect()

Implementation

Future<void> connect() async {
  await _driverDef.connect(_database);
}