←back to thread

Dolt is Git for data

(www.dolthub.com)
358 points timsehn | 2 comments | | HN request time: 0.455s | source
1. oldgregg ◴[] No.22733926[source]
Really interesting. Would be nice to see documentation. All their examples show modifying the database by running command line sql queries, does it turn up a normal mysql instance or just emulate? Are hooks available in Go? Surprised they don't market it as a blockchain database. I'm building a Dapp right now and this could be really useful.
replies(1): >>22734437 #
2. timsehn ◴[] No.22734437[source]
You can spin up a MySQL compatible server using `dolt sql-server`. It does not implement everything right now but we'll get there.