Fabian-Lars
Fabian-Lars
@aleph1 Remove `OTHER_CMDS`. This was just to show that this is where your own commands would be registered too.
I _think_ we need to expose the [`.pragma()`](https://docs.rs/sqlx/latest/sqlx/sqlite/struct.SqliteConnectOptions.html#method.pragma) method for this to work 🤔
Nope, the first argument is ignored on non-macos platforms.
We've seen tons of apps use it and only you reported this issue. Since this was 2 years ago i will close this issue. If you still face this problem,...
uint8array is not an actual array but just a plain JS object which the ipc converts to a json object. what's been necessary so far (and used for the core...
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...
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.
The plugin currently doesn't support this use-case, but it _should_ be possible to rewrite it to make it possible. It likely won't be a small change though so it may...