Bonsoir, just released a new version of
Ksqlite which incorporate the following:
• Update to the latest version of SQLite (3.53.4) and SQLite3 Multiple Ciphers (2.5.0)
• The
object-oriented API is now documented and tested.
• The SQLite3 Multiple Ciphers C-API is now exposed, documented and tested:
◦ All the builtin ciphers are available
◦
Dynamic cipher, written directly in Kotlin
◦
Value level encryption, you can now encrypt individual column(s) instead of the whole database file
• New VFS related APIs to cover encryption needs
• Many bug fixes
Next minor release will introduce a third implementation for use with web workers directly from commonMain and the OPFS + WAL support for web targets
Enjoy
kodee loving