eleroy
eleroy
Everything is working with these builds: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycairo
The tests would not run because I did not check the PR with all features. They should work now with the last commit.
Hello @FabianLars, I've sync the fork and i just checked cargo check with each features and it is working. I did also run cargo +nightly fmt --check without errors. Edit...
I opened a new PR #1441 with a single commit from a specific branch.
I've implemented a simple fork with a simple key encryption (no advanced pragma stuff). https://github.com/eleroy/plugins-workspace/tree/v2/plugins/sql If anyone needs it. It adds a key entry to the plugin conf that you...
I opened a PR, I changed the way it works, it is now similar to the way migrations are handled and I have added support for other pragmas.
Hi, Yes it is only implemented for v2. It was not working anymore but I synched the fork and now it should work (try cargo update in src-tauri). Don't forget...
Which os are you using ? Windows ? I'd try cargo clean and deleting cargo.lock before running tauri dev Here is a bare project example : https://github.com/eleroy/test-sql-cipher I actually also...
@luis-cicada I did not try on Mac OS, probably you'll need to adjust the features of libsqlite3-sys you could try: libsqlite3-sys = { version = "*", features = ["sqlcipher"] }...
Hello, I just checked and execute and select are working fine (I've updated my example so it is possible to add names to the database using the form in the...