LezdCS / irl-link

📱 A mobile application to monitor your IRL stream.
https://www.irllink.com
GNU General Public License v3.0
33 stars 6 forks source link

Move away from Get storage for the settings #285

Open LezdCS opened 5 days ago

LezdCS commented 5 days ago

Use a NoSQL DB like Isar probably

SputNikPlop commented 5 days ago

What if we try https://pub.dev/packages/sqflite

LezdCS commented 5 days ago

What if we try https://pub.dev/packages/sqflite

I never used any of them, is there a benefit to use sqflite instead of Isar ?

SputNikPlop commented 4 days ago

I never used any of them, is there a benefit to use sqflite instead of Isar ?

It is reliable, plugs and play with everything quite well. Whereas on another project that used something like realm I had to do double the work and migrate away

LezdCS commented 4 days ago

Seems good to me, I was reading the documentation and it's good. I like the way we can do scehma migration with Sqflite more than the way they seems to do on Isar

LezdCS commented 4 days ago

Branch : https://github.com/LezdCS/irl-link/tree/migration/sqflite