Back to Turso

SQLite WAL Mode Transaction Specification

tlaplus/sqlite-tx/README.md

0.7.0-mikael319 B
Original Source

SQLite WAL Mode Transaction Specification

TLA+ specification for SQLite WAL mode transaction concurrency control. The specification itself (SqliteTx.tla) is the primary documentation — generate the PDF for a typeset version.

Quick Start

bash
# Model check
make check

# Generate PDF
make SqliteTx.pdf