-
Add the following application options:
```
--ssh-host= SSH Server hostname or IP
--ssh-port= SSH Server port (22)
--ssh-user= SSH user
--ssh-pass= Pa…
-
Currently we have the inactive timeout value hardcoded in the code, see: https://github.com/sosedoff/pgweb/blob/b6167ce422ee26113222503df60932adc2736ba2/pkg/client/client.go#L369
This should be confi…
-
CockroachDB is not 100% compatible with postgresql that is why available postgresql admin ui tools don't work properly. Admin UI should support creation/modification of database/table/query/records w…
-
# Description
* We will use the current CMS as DB editor
### Features
* It allows developer to edit, delete and create a new record.
* It shows all system default tables (_table), read only …
-
Issue:
using '#' in the password field of the URL causes pgweb to not connect.
'#' works when used in the "standard" connection method.
Bad Example:
postgres://pguser:pgpass###@localhost:5433/my…
-
Hi,
If I use pgweb login to a DB, anyone can query SQL by the pgweb.
The stat of login seems to save on server.
-
I'm trying out the `docker-compose bundle` command but am getting some bunch of WARNINGS below:
WARNING: Unsupported key 'container_name' in services.master - ignoring
WARNING: Unsupported key 'volum…
-
I would like to hook this up to ldap instead of having its basic auth in place.
is this possible by using apache somehow or use the backend connectivity feature?..
-
- [x] are reporting a bug others will be able to reproduce and not asking a question. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh
- [x] ran a `bre…
-
This is a nice feature of _DB Browser_ for SQLite databases. You can cmd / ctrl + click on a referenced foreign key and you are taken to that record in the referenced table. See: https://github.com/sq…