Package gr.unipi.weather_app.repository


package gr.unipi.weather_app.repository
This package contains the repository layer for the Weather App.

The repository package is responsible for data access and persistence, interacting with the database using Spring Data JPA.

Currently, it includes the WeatherRepository interface, which provides custom queries for retrieving weather statistics.