Y
Hacker News
new
|
ask
|
show
|
jobs
by
knz42
3480 days ago
Do you plan to make it work with CockroachDB?
2 comments
0xCMP
3480 days ago
I think that's more up to CockroachDB. They offer a postgres compatible interface so this
should be
usable with CockroachDB already.
link
samonzeweb
3480 days ago
I don't know CockroachDB, but if there is a Go sql driver (compatible with database/sql") and it uses standard SQL, you can write an adapter, see :
https://github.com/samonzeweb/godb/tree/master/adapters
link