juno
juno copied to clipboard
Add a long lasting db solution
Querying data in a db way got much better with proper pagination (#116 ) and non key based property (#108). 🙏🏽
Why not target a long-lasting solution in the form of SQLite or some key value DB's
see:
Great to hear that these improvements are helpful!
In the long term, my plan is to introduce more advanced forms of satellites with e.g. enhanced scalability capabilities. Additionally, I aim to offer more sophisticated database options such as improved SQL or other alternatives as you are mentionning. This is what I mean with the "Templates Store" section of Juno's roadmap.
On the short term, I believe that the simplicity of the current datastore allows for the development of various application concepts. It offers the advantage of being tightly encapsulated without relying on additional services. Based on my experience, it's also beneficial to start a project with less reliance on third-party software.
Thank you for sharing those valuable links, they align perfectly with the vision for the future!
- ICSQLite is currently incompatible with
wasm32-unknown-unknownhttps://github.com/rusqlite/rusqlite/issues/827. - IndexedDB works only in the browser therefore not an option.
- dino is deprecated or at least inactive since 4 years, therefore it is probably not a valid option.
i.e. there isn't a solution at the moment.