It is common to use an ORM system to support desktop applications or the back end of servers. This is exactly what we have done so far. We have developed a FireMonkey desktop application and used Aurelius to access a local database storage.
In this chapter, we take the task of moving Aurelius to mobile platforms. You can use any kind of such platforms, be it mobile phones or tablets. In the projects we work on in this part of the book, I use an Android tablet running Android 7.0 Nougat.
Data Accessibility
In the first chapter, we discussed how ORM frameworks fit in three-tier applications (Figure ...