Today we go over Realm and how to perform CRUD (create, read, update, delete) operations in Swift 4. In this tutorial, you will learn everything you need to know to get up and running with Realm on iOS while following professional coding techniques.
The majority of app require working with data; and that data is usually turned into data models or objects. Realm was built specifically as a mobile database and is a great alternative to Core Data and SQLite. Realm is completely object oriented an