DatabaseModule

@Module
object DatabaseModule

Hilt module providing the Room AppDatabase singleton and DAO accessors.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Provides
@Singleton
fun provideDatabase(context: Context): AppDatabase

Builds the encrypted-metadata SQLite database for keys, API grants, and overlay config.

Link copied to clipboard
Link copied to clipboard