←back to thread

752 points crazypython | 5 comments | | HN request time: 0.798s | source
1. 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 #
2. bargle0 ◴[] No.26371938[source]
Merging a SQLite database is challenging.
replies(3): >>26371985 #>>26372011 #>>26372441 #
3. justinclift ◴[] No.26371985[source]
We do it on DBHub.io. :)

If you're into Go, these are the commits where the pieces were hooked together.

* https://github.com/sqlitebrowser/dbhub.io/commit/6c40e051ff7...

* https://github.com/sqlitebrowser/dbhub.io/commit/989ee0d08e6...

4. unnouinceput ◴[] No.26372011[source]
I'd venture more and say merging any DB is challenging, SQLite or not.
5. ◴[] No.26372441[source]