pgweb
pgweb copied to clipboard
Cross-platform client for PostgreSQL databases
Hi! Now it's impossible to see the list of functions (stored procedures) belonging to the scheme. In perspective I would like not only to see the body of function but...
Hi , I have installed pgweb on ubuntu 16.04.6 and by the looks of it succesfully. Subsequently I want to connect to a database instance created by the (crunchy) postgres...
Gox used to provide a baseline tooling for building binaries for multiple platforms. It has not been updated for support recent platforms, so it's probably a time to deprecate it...
Provide an argument option for disabling the query data download buttons altogether.
This would make it convenient for reading/writing large queries or multiple smaller ones. See the small draggable corner in the bottom left in the image below for example. You could...
When connected to Postgres database with hundreds of thousands of tables or with highly complex structures the auto-completion in the SQL editor makes editing real pain because of editor lags...
On the custom SQL query page there should be an option to display the editor/results horizontally, so that the editor is on the left and query results are on the...
- Add a check if an update/delete query has a `RETURNING` clause. If it does, use `db.Queryx()` instead of `db.Exec()` to return the appropriate rows This problem stems from the...
Any plans on making arm64 version of Docker image?
The problem seems to be here? https://github.com/sosedoff/pgweb/blob/706caa44bfda2261681d81ed5fcc01394a95db00/pkg/client/client.go#L354-L373