Skip to content

Commit

Permalink
Moar readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Jun 4, 2015
1 parent df7ef6d commit 427a080
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ application to work with local or remote PostgreSQL databases.
- Zero dependencies
- Simple installation (distributes as a single binary)
- Connect to local or remote servers
- Browse tables and table data
- Browse tables and table rows
- Get table details: structure, size, indeces, row count
- Run / analyze custom queries
- Export query results to CSV
- Run and analyze custom SQL queries
- Export table rows and query results as CSV
- Query history
- Server bookmarks

Expand Down Expand Up @@ -64,18 +64,25 @@ pgweb --url postgres://user:password@host:port/database?sslmode=[mode]

## Testing

Run tests:
Before running tests, make sure you have PostgreSQL server running on `localhost:5432`
interface. Also, you must have `postgres` user that could create new databases
in your local environment. Pgweb server should not be running at the same time.

Execute test suite:

```
make test
```

## Contribute

- Fork repository
- Create a feature or bugfix branch
- Open a new pull request
- Use [github issues](https://github.com/sosedoff/pgweb/issues) for any questions
- Fork this repository
- Create a new feature branch for a new functionality or bugfix
- Commit your changes
- Execute test suite
- Push your code and open a new pull request
- Use [issues](https://github.com/sosedoff/pgweb/issues) for any questions
- Check [wiki](https://github.com/sosedoff/pgweb/wiki) for extra documentation

## Contact

Expand Down

0 comments on commit 427a080

Please sign in to comment.