dexie / Dexie.js

A Minimalistic Wrapper for IndexedDB
https://dexie.org
Apache License 2.0
11.48k stars 642 forks source link

More platforms on the roadmap? #1902

Open larscwallin opened 7 months ago

larscwallin commented 7 months ago

Hey there 👋 Thanks for your fantastic work!

I was wondering if you had any plans to create Dexie libs for other platforms, such as Android and iOS? If these also supported your Cloud APIs then I could synch my Dexie data across all my app implementations 🤩

Maybe one could snatch the Firefox implementation, which is a wrapper around SQLite as I understood it.

Waddaya say?

Cheers 🙂

dfahlander commented 7 months ago

Thanks :)

Cheers to you to! I have it in my plans. Don't know if it will come into the dexie@5 road map or later. Don't think it's so far away to implement it through our DBCore layer to go directly towards SQLite. Taking Firefox IndexedDB implementation could be another way, but in the long term I believe more in skipping the IndexedDB layer - especially when the support for richer queries come in dexie@5. - they would better map to SQL than having to go through the limitations of IndexedDB when not needed.

NathanWEdwards commented 7 months ago

I apologize! the AutoLink reference is incidental ... !