2024-10-06 21:07
Just learned @mongodb is deprecating their Realm SDKs 😔
It’s a two-part system: on-device database (stays open-source) and Atlas Device Sync, which if you use, needs to be migrated elsewhere.
Luckily, Dropset only uses Realm for on-device storage and we’ve built our own cloud sync solution. No migration for us.
Still, it raises a question: stick with Realm’s open-source database or switch to Core Data or SQLite? 🤔
Not a fan of Core/Swift Data - their performance has always been an issue.