Skip to content

processone/p1_pgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed9c9cd · Dec 21, 2024
Dec 18, 2024
Dec 21, 2024
Jun 30, 2021
Dec 21, 2024
Jan 21, 2019
Jan 21, 2019
Apr 4, 2013
Nov 19, 2021
Jun 19, 2021
Dec 21, 2024
May 23, 2024

Repository files navigation

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