patchworks 0.3.0

Git-style visual diffs for SQLite databases. Inspect, compare, snapshot, and generate SQL migrations.
Documentation
# Build artifacts
/target

# Test artifacts
/.patchworks-test

# SQLite databases (test artifacts, not source)
*.db
*.sqlite
*.sqlite3

# SQLite WAL mode files
*.db-shm
*.db-wal
*.sqlite-shm
*.sqlite-wal

# OS artifacts
.DS_Store
Thumbs.db

# Editor state
*.swp
*.swo
*~
.idea/
.vscode/
*.iml

# Profiling and coverage
*.profraw
*.profdata
lcov.info
tarpaulin-report.html