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