I think edgevec is a great library and I'd love to use it in a tauri app. However, with tauri, the code itself runs in a sandboxed browser which would wipe the indexeddb on app restart (at least that's my current understanding). I would therefore like to be able to store the index into a file but from a browser environment. Looking at the rust code, edgevec should easily be able to support this, but it seems that this is not exposed to the javascript layer. Are there plans to add this?
I think edgevec is a great library and I'd love to use it in a tauri app. However, with tauri, the code itself runs in a sandboxed browser which would wipe the indexeddb on app restart (at least that's my current understanding). I would therefore like to be able to store the index into a file but from a browser environment. Looking at the rust code, edgevec should easily be able to support this, but it seems that this is not exposed to the javascript layer. Are there plans to add this?