Installation and test instructions
This commit is contained in:
@@ -2,8 +2,22 @@
|
||||
|
||||
[](https://travis-ci.org/begriffs/dbapi)
|
||||
|
||||
### Installation
|
||||
|
||||
```sh
|
||||
brew install postgres
|
||||
createuser -d postgres
|
||||
cabal install -j --enable-tests --reorder-goals
|
||||
```
|
||||
|
||||
Example usage:
|
||||
|
||||
```sh
|
||||
dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test
|
||||
```
|
||||
|
||||
### Running tests
|
||||
|
||||
```sh
|
||||
cabal test
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user