mod_storage_sql: Support SQLite3 without LuaDBI

This commit is contained in:
Kim Alvefur 2023-01-19 16:56:12 +01:00
parent 2dada39e39
commit 4c14111c76
2 changed files with 9 additions and 1 deletions

View file

@ -34,6 +34,7 @@ TRUNK
- Support sub-second precision timestamps
- mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy
- Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI
## Removed