OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

Add support for the new WAL2 logging mode. #41

Closed OllieJones closed 6 months ago

OllieJones commented 6 months ago

The SQLite team has a new, not completely deployed, WAL2 writeahead log mode.

https://sqlite.org/cgi/src/doc/wal2/doc/wal2.md

This adds some support for it.