D-James-GH / cached_query

Simple caching for flutter apps
MIT License
55 stars 10 forks source link

Using sqflite_ffi for Windows and Linux in cached storage #26

Open xbowzone opened 8 months ago

xbowzone commented 8 months ago

Can windows and linux support be implemented using sqflite_ffi? https://github.com/tekartik/sqflite/blob/master/sqflite_common_ffi/doc/using_ffi_instead_of_sqflite.md

moshOntong-IT commented 2 months ago

what is the status of this issue

D-James-GH commented 2 months ago

@moshOntong-IT I have not got round to it yet, however, the storage package is only one file if you want to have a go yourself?

moshOntong-IT commented 2 months ago

@moshOntong-IT I have not got round to it yet, however, the storage package is only one file if you want to have a go yourself?

Just create my own cached storage by using Hive.

D-James-GH commented 2 months ago

Nice, that was the idea behind the storage part, keep it simple so people could bring whatever storage solution they are already using