Interface with SQLCipher databases
npm install tauri-plugin-sqlcipher-apiForked from tauri-plugin-sql https://github.com/tauri-apps/tauri-plugin-sql/tree/v2
Under development
Errors vith :
- in sqlite.rs in .try_decode::
- in wrapper.rs query.bind(value); // the trait bound serde_json::Value: sqlx::Encode<'_, Sqlite> is not satisfied the following other types implement trait
````
npm i tauri-plugin-sqlcipher-api