Exposing journal mode as a module parameter, one great feature is to be able to use WAL mode and share a database in read / write mode with facing any locking.
https://sqlite.org/wal.html You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1153
-- Commit Summary --
* db_sqlite: new param to set database journal mode
-- File Changes --
M src/modules/db_sqlite/db_sqlite.c (86) M src/modules/db_sqlite/db_sqlite.h (3) M src/modules/db_sqlite/dbase.c (30) M src/modules/db_sqlite/doc/db_sqlite_admin.xml (31)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1153.patch https://github.com/kamailio/kamailio/pull/1153.diff