<?php $db = new SQLite3("../chatpack.db"); $db->busyTimeout(5000); $db->exec("PRAGMA journal_mode = wal;"); ?>