Configuring multiple SQLite databases in Android with SQLDelight 2 | by Amanda Hinchman | Mar, 2025
Using Hilt to differentiate databases with updated KSP plugin In a journey to refresh myself on all things Android, I’ve been working on an app that’s like Tamagotchi but worse. Today, I will show you how to add multiple database files using SQLite. Roadmap Rundown! Add dependencies Add .sq files in sqldelight package Add sqldelight … Read more