https://github.com/processone/p1_mysql
Pure Erlang MySQL driver
https://github.com/processone/p1_mysql
erlang mysql mysql-driver
Last synced: 26 days ago
JSON representation
Pure Erlang MySQL driver
- Host: GitHub
- URL: https://github.com/processone/p1_mysql
- Owner: processone
- License: other
- Created: 2016-01-22T16:39:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T13:51:29.000Z (about 1 month ago)
- Last Synced: 2025-03-27T14:49:09.973Z (about 1 month ago)
- Topics: erlang, mysql, mysql-driver
- Language: Erlang
- Homepage:
- Size: 116 KB
- Stars: 18
- Watchers: 12
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# p1_mysql
[](https://github.com/processone/p1_mysql/actions/workflows/ci.yml)
[](https://coveralls.io/github/processone/p1_mysql?branch=master)
[](https://hex.pm/packages/p1_mysql)p1_mysql is a pure Erlang MySQL driver.
## Building
MySQL 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