Right way of tracking a sqlite3 binary file in git?

后端 未结 2 1834
猫巷女王i
猫巷女王i 2020-12-17 19:36

I maintain a fork of a repo.

That repo which has been tracking a binary file (which is a sqlite3 file).

Every time I pull from that repo, I experience merge

2条回答
  •  春和景丽
    2020-12-17 20:06

    I've released a tool that does what you're asking for. It uses a custom diff driver leveraging the sqlite projects tool 'sqldiff', UUIDs as primary keys, and leaves off the sqlite rowid. It is still in alpha so feedback is appreciated.

    https://github.com/cannadayr/git-sqlite

提交回复
热议问题