Update readme
This commit is contained in:
parent
111d2cecf9
commit
d53c94eb91
23
README.md
23
README.md
@ -18,15 +18,15 @@ application to work with local or remote PostgreSQL databases.
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Works on OSX, Linux and Windows
|
- Cross-platform support OSX/Linux/Windows 32/64-bit
|
||||||
|
- Simple installation (distributed as a single binary)
|
||||||
- Zero dependencies
|
- Zero dependencies
|
||||||
- Simple installation (distributes as a single binary)
|
- Works with PostgreSQL 9.1+
|
||||||
- Connect to local or remote servers
|
- SSH Connections
|
||||||
- Multiple database sessions
|
- Multiple database sessions
|
||||||
- Browse tables and table rows
|
- Simple database browser
|
||||||
- Get table details: structure, size, indeces, row count
|
- Execute and analyze custom SQL queries
|
||||||
- Run and analyze custom SQL queries
|
- Table and query data export to CSV/JSON/XML
|
||||||
- Export table rows and query results to CSV/JSON/XML
|
|
||||||
- Query history
|
- Query history
|
||||||
- Server bookmarks
|
- Server bookmarks
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ SESSIONS=1 pgweb
|
|||||||
|
|
||||||
## Deploy on Heroku
|
## Deploy on Heroku
|
||||||
|
|
||||||
[![Heroku Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/sosedoff/pgweb)
|
[![Heroku Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/sosedoff/pgweb)
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
@ -93,6 +93,13 @@ Execute test suite:
|
|||||||
make test
|
make test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you're using Docker locally, you might also run pgweb test suite against
|
||||||
|
all supported PostgreSQL version with a single command:
|
||||||
|
|
||||||
|
```
|
||||||
|
make test-all
|
||||||
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
- Fork this repository
|
- Fork this repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user