Closed tamird closed 7 years ago
@tamird do you have a sample cockroachdb database dump that i can use for testing?
@sosedoff you can easily test against just an empty CockroachDB database for now (even that doesn't work). We have a library that makes it easy to programmatically run a CockroachDB process: https://godoc.org/github.com/cockroachdb/cockroach-go/testserver
@tamird i'd happy to support cockroachdb, but i personally don't use it and don't think i can find any spare time to really dig in and implement a such a bridge. Pgweb does not have any active contributors so its kind of hard to say when non-postres stores could be supported.
No plans for this yet?
Looks supported in Cockroachdb 2. https://github.com/cockroachdb/cockroach/pull/23334
It'd be awesome if pgweb could support CRDB! I did some basic testing but things failed pretty quickly.
After fixing #234, I ran into the following problems with the startup query:
Fixing these is beyond my knowledge of pgweb, but I'd be happy to help from the CRDB side if you're interested in adding support.
Cheers!