Reading-Notes
My journal for Code Fellows
Project maintained by RogerMReyes
Hosted on GitHub Pages — Theme by mattgraham
Read 29
Summary
Room
- Large Local Cache of Data
- Allows compile-time verification of SQL queries
- Minimizes boilerplate code
- streamlined database migration paths
- Three main components
- database class - holds database and serves as main acess point
- data entities - represents the tables
- data access objects - provide methods that your app uses to query, update, insert, and delete
Things I want to know more About
I would like to know more about setting up relationship/dependencies between tables in android studio rooms.
Return to Code 401 Table of Contents