TUM-Dev / campus_flutter

Development of the cross-platform TUM Campus App with Flutter - for and from students at Technical University of Munich.
https://tum.app/
GNU General Public License v3.0
44 stars 6 forks source link

Switch from Isar to Drift for Caching #253

Closed jakobkoerber closed 5 months ago

jakobkoerber commented 7 months ago

It seems like IsarDB is not really maintained anymore by the creator and with V4 not being ready for production and V3 having multiple crucial bugs a switch to a different DB solution is needed. Drift provides a Dart Wrapper around SQLite, is actively maintained and developed and relies on known DB solutions