File: README.md

package info (click to toggle)
erlang-p1-pgsql 1.1.38-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 224 kB
  • sloc: erlang: 1,283; makefile: 17
file content (28 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# p1_pgsql

[![CI](https://github.com/processone/p1_pgsql/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/processone/p1_pgsql/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/processone/p1_pgsql/badge.svg?branch=master&service=github)](https://coveralls.io/github/processone/p1_pgsql?branch=master)
[![Hex version](https://img.shields.io/hexpm/v/p1_pgsql.svg "Hex version")](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