-
Everything works fine until you want to connect to a postgres server that sits behind firewall.
The only option in this case is to use ssh tunnels. In order to make it work, user has to use `ssh` to…
-
Another great addition to the pgweb could be "bookmarked" connections. This will provide a way to
quickly server connection settings. Most native database managers do that and its very helpful.
Few …
-
Tried to connect using the 'Schema' tab. Specified the `ssl=true`, `sslcert` and `sslkey` in the URI. Running `Linux 3.13.0-22-generic #44-Ubuntu SMP Wed Apr 2 20:05:40 UTC 2014 x86_64 x86_64 x86_64 …
-
Maybe there is something wrong in the syntax, but this does not work
``` shell
$ pgweb --ssl disable --url postgres://vc:vc@172.17.12.4:5432/my_db
Connecting to server...
Error: pq: SSL is not enable…
-
This looks really cool, but I can't connect.
First attempt:
```
./pgweb_darwin_amd64 --url=postgresql://myhost:5433/mydb
Connecting to server...
Error: missing "=" after "postgresql://myhost:5433/my…
-
https://github.com/sosedoff/pgweb/releases/download/v0.3.1/pgweb_linux_amd64.zip
I cannot decompress it in my local machine (linux, using unzip), maybe this zip file has been damaged?
-
When I use pgweb to run a CREATE TABLE command, the response is that no records were found (which makes sense, I wasn't retrieving anything with the query).
It would be cool if the tool could tell th…
-
``` bash
max@max-linux:~/Codes/go/pgweb$ pgweb --url postgresql://max:pass@localhost:5432/postgres
Connecting to server...
Error: missing "=" after "postgresql://max:pass@localhost:5432/postgres" in c…
-
Hi, I'm trying to create a Dockerfile / Docker container to run pgweb in. My problem is that pgweb seems to bind to localhost and that there is no way to change this at the moment.
Would be great if …
-
https://github.com/breach/thrust
It seems that `pgweb` could use that to become a GUI app.
It's up to you to decide if the benefits (convenience?) outweigh the cons (heavier download? additional com…