Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 761 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 761 Bytes

p1_pgsql

CI Coverage Status Hex version

Pure Erlang PostgreSQL driver

Building

PostgreSQL driver can be build as follow:

make

It is a rebar-compatible OTP application. Alternatively, you can build it with rebar:

rebar compile

Development

Test

Unit test

You can run eunit test with the command:

$ rebar eunit