I am building an iOS app that uses an SQLite database and that should also be ported to Android in the future.
I am considering not using Core Data as high-level abstraction atop SQLite this time around, but to employ one that is also available on Android. My intention is to ease porting. The app's database requirements are relatively simple.
The native SQLite API is such an abstraction. However, may iOS folks recommend medium-level abstractions such as FMDB.
Are there any medium-level abstractions atop of SQLite that can be recommended and are available on both iOS and Android? (FMDB apparently does not fit the bill.)
Aucun commentaire:
Enregistrer un commentaire