tauri-apps / plugins-workspace

All of the official Tauri plugins in one place!
https://tauri.app
Apache License 2.0
753 stars 201 forks source link

Tauri-Plugin-Sql: SQLite Database decryption #1453

Open lozbub opened 2 weeks ago

lozbub commented 2 weeks ago

Hey! I'm new to Tauri and Rust in general. So I have a question about the official SQL plugin:

Is there an easy way to decrypt a SQLite database in the "tauri-plugin-sql" plugin?

I use these encryption settings for my database: image

Thanks in advance!

FabianLars commented 2 weeks ago

I assume this is related to https://github.com/tauri-apps/plugins-workspace/issues/7 and therefore fixed in https://github.com/tauri-apps/plugins-workspace/pull/1441 ?