README.md
      
      
        
        # p1_pgsql
[](https://github.com/processone/p1_pgsql/actions/workflows/ci.yml)
[](https://coveralls.io/github/processone/p1_pgsql?branch=master)
[](https://hex.pm/packages/p1_pgsql)
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
## EDoc documentation
You can check this library's 
[EDoc documentation](edoc.html), 
generated automatically from the source code comments.