Database Persistency
How to store data in SCADE
Design goals for Data Persistence
At SCADE, we have two goals when it comes to Data Persistence.
- Use your identical database code from your iOS app - absolutely no code change for Android
- Support your favourite persistence options
Current data persistency options
- SQLite and SQLite.Swift Data Persistency with SQLite.Swift
Planned data persistency options
- RealmDB support
Your feedback on your favourite Database Persistence options are much appreciated.
Updated about 6 years ago