←back to thread

752 points crazypython | 1 comments | | HN request time: 0.898s | source
Show context
jonnycomputer ◴[] No.26371921[source]
Naive question here. Aside from it being mysql, what is different here than just using git + sqlite.

Update: When I posted, I'd forgotten that SQLite db file is a binary. Not sure what I was thinking.

replies(1): >>26371938 #
bargle0 ◴[] No.26371938[source]
Merging a SQLite database is challenging.
replies(3): >>26371985 #>>26372011 #>>26372441 #
1. unnouinceput ◴[] No.26372011[source]
I'd venture more and say merging any DB is challenging, SQLite or not.