Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/processone/p1_pgsql

Pure Erlang PostgreSQL driver
https://github.com/processone/p1_pgsql

pgsql postgresql postgresql-driver

Last synced: 29 days ago
JSON representation

Pure Erlang PostgreSQL driver

Awesome Lists containing this project

README

        

# 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