The Wayback Machine - https://web.archive.org/web/20220728021237/https://github.com/processone/p1_mysql
Skip to content

processone/p1_mysql

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

p1_mysql

CI Coverage Status Hex version

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