ErlMySQL is a MySQL client (driver) written in Erlang.
ErlMySQL 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.
The aim is to provide MySQLConnector extensions for LibreOffice for Linux 32/64 and OSX64 bit versions of LibreOffice.
Versions for Linux 32bit and 64bit LibreOffice are built on Ubuntu-based OSes.
The connector is built using the source tree code from the LibreOffice project, and released under the GPL2. See License file within extension for more details.