←back to thread

334 points gjvc | 1 comments | | HN request time: 0.206s | source
1. patrickdevivo ◴[] No.31848570[source]
a very cool project they also maintain is a MySQL server framework for arbitrary backends (in Go): https://github.com/dolthub/go-mysql-server

You can define a "virtual" table (schema, how to retrieve rows/columns) and then a MySQL client can connect and execute arbitrary queries on your table (which could just be an API or other source)