https://github.com/processone/p1_pgsql
Pure Erlang PostgreSQL driver
https://github.com/processone/p1_pgsql
pgsql postgresql postgresql-driver
Last synced: 10 months ago
JSON representation
Pure Erlang PostgreSQL driver
- Host: GitHub
- URL: https://github.com/processone/p1_pgsql
- Owner: processone
- Created: 2016-01-23T10:10:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T14:02:08.000Z (11 months ago)
- Last Synced: 2025-03-29T16:08:47.769Z (11 months ago)
- Topics: pgsql, postgresql, postgresql-driver
- Language: Erlang
- Size: 94.7 KB
- Stars: 19
- Watchers: 15
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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