Realm Database
Realm is an open source object database management system, initially for mobile (Android/iOS),also available for platforms such as Xamarin or React Native, and others, including desktop applications (Windows[), and is licensed under the Apache License.
Duration:
Course Content
Realm Database
Introduction to Realm
How to Save Data Using Realm (Create in CRUD)
Fetching Data Using Realm (Read in CRUD)
Updating Data with Realm (Update in CRUD)
Removing Data from Realm (Delete in CRUD)
Querying Data Using Realm
Review of How Our App Uses Realm