sql-md-sync
JSON →Bidirectional SQLite to Markdown sync CLI for git-diffable database history. Current stable version is 0.1.2, released on npm with a MIT license and Node >=20 requirement. It projects each SQLite row as a Markdown file with YAML frontmatter, enabling row-level diffs, PR reviews, and merge workflows on database content without sacrificing the ability to run real SQL queries after materializing back to SQLite. Differentiates from alternatives like Dolt (proprietary format) and sqlite3 .dump (textual but not per-row granular) by providing a human-editable, diff-friendly Markdown tree that fully round-trips to SQLite, with schema stored as SQL files and BLOBs handled via sidecar files.
Resources
packagesql-md-sync ↗