Skip to content
New issue

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

Support for CockroachDB #335

Open
rhodee opened this issue Feb 28, 2022 · 0 comments
Open

Support for CockroachDB #335

rhodee opened this issue Feb 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rhodee
Copy link

rhodee commented Feb 28, 2022

Greetings!

I attempted to run tbls with my cockroachdb instance and ran into the following with tbls running on my host:

 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant