alaisi / postgres-async-driver

Asynchronous PostgreSQL Java driver
Apache License 2.0
289 stars 38 forks source link

Run tests using embedded postgresql #29

Closed gmokki closed 8 years ago

gmokki commented 8 years ago

Code activates if no db/user/password is defined in environment.

cretz commented 8 years ago

@alaisi and @gmokki - You might want to put "scope" as "test" in the POM so you don't add a runtime dependency on the embedded postgres lib.