Open felixerdy opened 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
@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