Closes the active connection to the PostgreSQL database.
@override /// Closes the active connection to the PostgreSQL database. Future<void> closeConnection() async { await _connection.close(); }