We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greetings!
I attempted to run tbls with my cockroachdb instance and ran into the following with tbls running on my host:
tbls
tbls doc "postgresql://root@127.0.0.1:26257/defaultdb?sslmode=disable" sql/schema pq: unknown function: pg_get_triggerdef()
When running the same command within a container, it is unable to connect:
docker run --rm -v $PWD:/work ghcr.io/k1low/tbls doc "postgresql://root@127.0.0.1:26257/defaultdb?sslmode=disable" sql/schema dial tcp 127.0.0.1:26257: connect: connection refused
Is adding CockroachDB support something you would consider? Thanks again and excited to try out this library!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings!
I attempted to run
tbls
with my cockroachdb instance and ran into the following withtbls
running on my host:When running the same command within a container, it is unable to connect:
Is adding CockroachDB support something you would consider? Thanks again and excited to try out this library!
The text was updated successfully, but these errors were encountered: