sqlite-wal
CommunityKeep backups safe by enforcing DELETE mode.
Software Engineering#database migration#sqlite#data safety#wal#incident recovery#backup compatibility#pragma journal_mode
Authorjonaseck2
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Prevents silent genealogy data loss when SQLite databases are copied or restored, by ensuring the database never ends up in WAL mode that depends on missing sidecar files.
Core Features & Use Cases
- Enforces DELETE journaling as a project rule: ensures the app and any related tooling sets
PRAGMA journal_mode = DELETEinstead of WAL. - Guides safe review of journal_mode usage: tells maintainers what to check when reviewing any
PRAGMA journal_modecode paths. - Provides a WAL downgrade rescue procedure: explains how to detect WAL-tagged databases and how to recover them without losing authored data.
Quick Start
Verify whether a user database is WAL-tagged by inspecting its header bytes write_v/read_v, then run the provided walfix recovery script to downgrade it back to DELETE mode.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sqlite-wal Download link: https://github.com/jonaseck2/slaktforskning/archive/main.zip#sqlite-wal Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.