Changes for version v4.0.0 - 2026-05-25

  • wal_mode is now off by default, but can be enabled with the wal_mode option. This will only affect newly created databases, as WAL mode is persistent once set. To disable it on an existing database, issue the query: PRAGMA journal_mode=DELETE;
  • Fix issue where a transaction that failed to begin would rollback and clear the database handle error.

Documentation

Modules

A tiny Mojolicious wrapper for SQLite
(DEPRECATED) Publish/Subscribe