Comparison

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
comparison
equal deleted inserted replaced
13631:0fe27632a837 13632:844e7bf7b48a
44 ### Storage 44 ### Storage
45 45
46 - New 'keyval+' combined keyval/map store type 46 - New 'keyval+' combined keyval/map store type
47 - Performance improvements in internal archive stores 47 - Performance improvements in internal archive stores
48 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI 48 - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI
49 - SQLCipher support
49 50
50 ### Module API 51 ### Module API
51 52
52 - Config interface API can require that string values be picked from a provided set 53 - Config interface API can require that string values be picked from a provided set
53 - Acceptable interval can be specified for number options 54 - Acceptable interval can be specified for number options