←back to thread

752 points crazypython | 1 comments | | HN request time: 0s | 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. 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...