Package-level declarations

Types

Link copied to clipboard
interface PlanetDao

Data Access Object (DAO) for interacting with the local database regarding PlanetRoomEntity. Defines methods to perform CRUD (Create, Read, Update, Delete) operations on planet entities.

Link copied to clipboard
interface UserDao

Data Access Object (DAO) for interacting with the local database regarding UserRoomEntity. Defines methods to perform CRUD (Create, Read, Update, Delete) operations on user entities.