[sql] How to specify the directory when load a sqlite file.
Default is to save/load in roaming folder, how to change the base folder? Thanks!
This is not yet possible. I did start working on it here https://github.com/tauri-apps/plugins-workspace/tree/sql/absolute-paths but had to focus on other things. With this change you'll be able to specify absolute paths and specify a different base directory (https://tauri.app/v1/api/js/fs/#basedirectory)
Is there any update on this enchancement?
no
Is this actually still planned? The link provided above doesn't work anymore. I'm wondering if I can start using the sql plugin now with paths relative to ...BaseDirectory::App and migrate to custom paths later as soon as they get available.
Otherwise I'd need to look for an alternative approach. (What I need is basically some sort of file format that acts as a "document" the user can open with the app I'm developing. And SQLite would be great for that.)
Yes, still planned. Unforeseen life stuff happened so I never got to it but I hope I can spend some time on the plugin soon.
Alright, no problem. Life comes first!