Tracking SQLite Database Changes in Git

1 · 0x4c2 · Nov. 2, 2023, 11:35 p.m.
SQLite stores data in binary. If you run cat mydb.sqlite, you’ll see a bunch of gibberish that doesn’t resemble structured data at all. If you want to track changes and updates to a database using Git, you won’t be able to see full diffs by default....