Terminates the current database connection.
@override Future<void> disconnect() async { await _connection?.close(); _connection = null; }