WIP
2014-10-13 13:55:19 -05:00
2014-10-13 14:40:56 -05:00
2014-10-13 14:40:56 -05:00
2014-10-11 13:40:15 -05:00
2014-10-11 22:38:32 -05:00
2014-10-13 18:31:28 -05:00
2014-10-13 18:31:28 -05:00
2014-10-13 18:31:28 -05:00

pgweb

Web-based PostgreSQL database browser written in Go.

Usage

CLI options:

-h, --host= Server hostname or IP (localhost)
-p, --port= Server port (5432)
-u, --user= Database user (postgres)
-d, --db=   Database name (postgres)
    --url=  Database connection string (postgresql://...)
    --ssl=  SSL option (disable)

Compile from source

Go 1.3+ is required. You can install Go with homebrew:

brew install go

To compile source code run the following command:

make deps
make dev

This will produce pgweb binary in the current directory.

Description
Cross-platform client for PostgreSQL databases. fork of https://github.com/sosedoff/pgweb.git
Readme MIT 28 MiB
Languages
Go 54.5%
JavaScript 17.9%
PLpgSQL 14%
HTML 5%
CSS 4.8%
Other 3.8%