Chapter 4. Rhom—Playing with the Local Database

In the last chapter, with the help of the Rhogen command, we created an employee application for various smartphones. We have also created an employee model and linked this to our homepage.

In this chapter, we'll explore Rhom, which is Object-Relational Mapping (ORM) provided by Rhodes and look at how it manipulates data in our application. We'll find how ORM manages table relationships in this chapter and dig into the ORM object life cycle.