reedu-reengineering-education / sensebox-bike-app

0 stars 2 forks source link

Use SQLite instead of @capacitor/preferences #51

Open felixerdy opened 5 months ago

felixerdy commented 5 months ago

@capacitor/preferences is meant as a small key-value store. We should not rely on that and use SQLite

We could use TypeORM (https://github.com/capacitor-community/sqlite/blob/master/docs/TypeORM-Usage-From-5.6.0.md) with it