MySQL Erlang client Git
ErlMySQL is a MySQL client (driver) written in Erlang.
Status: Beta
Brought to you by:
krasnopolski
File | Date | Author | Commit |
---|---|---|---|
.settings | 2020-08-24 |
![]() |
[dfb3b0] Fix bug: 0 leading result set string packet was... |
doc | 2020-08-24 |
![]() |
[dfb3b0] Fix bug: 0 leading result set string packet was... |
examples | 2016-02-14 |
![]() |
[b8dd40] initial commit |
include | 2020-06-26 |
![]() |
[3f1220] Update README and .app file. |
priv | 2016-02-14 |
![]() |
[b8dd40] initial commit |
src | 2020-08-24 |
![]() |
[29f706] Avoid debug output. |
test | 2020-08-24 |
![]() |
[dfb3b0] Fix bug: 0 leading result set string packet was... |
.gitignore | 2016-02-14 |
![]() |
[b8dd40] initial commit |
.project | 2016-02-14 |
![]() |
[b8dd40] initial commit |
LICENSE | 2016-02-14 |
![]() |
[a8b32a] Initial commit |
README.md | 2020-06-26 |
![]() |
[ace2c1] Add Hex publish support. Update README. |
README_1.md | 2020-06-26 |
![]() |
[3f1220] Update README and .app file. |
rebar.config | 2020-06-26 |
![]() |
[ace2c1] Add Hex publish support. Update README. |
'mysql_client' is a MySQL client written in Erlang and provides API that is very close to Connector/C library. The client is using low level (TCP/IP socket) connection to MySQL server and allows to exchange a data with maximum possible speed. Multiple datasource support and connection pool are incapsulated in the client that increases a performance in concurrent environment.
For more information go to:
http://erlmysql.sourceforge.net/
or read article MySQL client