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
34 stars 4 forks source link

Switch from Isar to Drift for Caching #253

Closed jakobkoerber closed 2 months ago

jakobkoerber commented 4 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