/phoebe

Toolkit for building asynchronous PostgreSQL drivers

Primary LanguageJavaPostgreSQL LicensePostgreSQL

Phoebe

Build Status

Phoebe is a tookit for building asynchronous PostgreSQL drivers

Requirements

Phoebe requires Java 6, but has been written with Java 8 in mind. Phobe has been tested against PostgreSQL versions 9.1 through 9.4.

Building

Phoebe is built using Maven, simply run mvn verify to compile and run all of the included tests and checks. Use mvn install to install the jars into your local repository.