Test Entity relationship model for room (SQLite tables)
Room Relations
This app is to test Room Entity relationship models. In this project ONE-TO-ONE, ONE-TO-N and N-TO-M relationship models are used. Room makes it really concise and easy to work with SQLite tables in android. U can join tables easily with room.
Tech stack:
- Kotlin Coroutines
- Room
- ViewBinding