This commit is contained in:
Dan Sosedoff 2014-10-13 15:19:11 -05:00
parent f848116e1b
commit 0ce156ab9c

View File

@ -31,3 +31,12 @@ go build
``` ```
This will produce `pgweb` binary in the current directory. This will produce `pgweb` binary in the current directory.
## TODO
- [ ] Change server port to something better
- [ ] Add ability to switch between databases
- [ ] More detailed usage / help section
- [ ] Build for linux and windows
- [ ] Add view to see table details (not only structure)
- [ ] Make results table rows sortable