Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alekras/mysql_client
'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.
https://github.com/alekras/mysql_client
connection-pool erlang mysql mysql-client mysql-connector
Last synced: about 1 month ago
JSON representation
'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.
- Host: GitHub
- URL: https://github.com/alekras/mysql_client
- Owner: alekras
- License: apache-2.0
- Created: 2016-02-14T08:01:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T19:40:22.000Z (about 4 years ago)
- Last Synced: 2024-03-14T21:24:34.704Z (8 months ago)
- Topics: connection-pool, erlang, mysql, mysql-client, mysql-connector
- Language: Erlang
- Size: 241 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mysql_client
'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/](http://erlmysql.sourceforge.net/)
or read article [MySQL client](README_1.md)