processone / p1_pgsql

Pure Erlang PostgreSQL driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pure Erlang PostgreSQL driver


Languages

Language:Erlang 99.8%Language:Makefile 0.2%