←back to thread

334 points gjvc | 3 comments | | HN request time: 0.48s | source
1. layer8 ◴[] No.31848401[source]
Only MySQL-compatible, apparently?
replies(2): >>31848506 #>>31849438 #
2. sitkack ◴[] No.31848506[source]
https://github.com/dolthub/go-mysql-server 170kloc of pure Go
3. timsehn ◴[] No.31849438[source]
Creator here.

You only connect with a MySQL-client. There is no MySQL code in it. Here's the story if you're curious.

https://www.dolthub.com/blog/2022-03-28-have-postgres-want-d...

We will eventually build a Postgres Foreign Data Wrapper.