Diff

CHANGES @ 13632:844e7bf7b48a

util.sql: SQLCipher support This enables use of encrypted databases if LuaDBI or LuaSQLite3 has been linked against SQLCipher. Using `LD_PRELOAD` may work as well. Requires SQLCipher >= 4.0.0 due to the use of UPSERT
author Kim Alvefur <zash@zash.se>
date Thu, 23 Jan 2025 16:38:56 +0100
parent 13627:2db7b3b65363
child 13664:5528bc5ab019
line wrap: on
line diff
--- a/CHANGES	Tue Jan 21 17:21:48 2025 +0100
+++ b/CHANGES	Thu Jan 23 16:38:56 2025 +0100
@@ -46,6 +46,7 @@
 - New 'keyval+' combined keyval/map store type
 - Performance improvements in internal archive stores
 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI
+- SQLCipher support
 
 ### Module API