Room Module
Hilt module for providing Room database and DAO dependencies.
This module is responsible for initializing the AppRoomDatabase and providing specific DAO instances to the rest of the application.
Functions
Link copied to clipboard
Provides a singleton instance of AppRoomDatabase.
Link copied to clipboard
Provides the CategoriesDao instance from the database.
Link copied to clipboard
Provides the ClientsDao instance from the database.
Link copied to clipboard
Provides the OrdersRoomDao instance from the database.
Link copied to clipboard
Provides the ProductsDao instance from the database.
Link copied to clipboard
Provides the SalesRoomDao instance from the database.