Skip to content

Dasudian/emysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a stripped down and heavily modified fork of Eonblast's emysql repository. You should use Eonblast's version.

Of primary note is that prepared statement support is removed. Outside of that, the general code base should be simpler and cleaner. However the underlying design and architecture of this application is generally flawed. This is just our attempt to take what works for us and remove everything else to reduce the LoC to maintain. If you are looking for a modern erlang mysql driver with a promising future, take a look at extend's bank and bank_mysql projects.

Our motivation in publishing this is simply to share back our modifications. We do not expect this to be useful to anyone else, nor is it supported.

This project is used and tested with Erlang R16B02 and MySQL 5.5.30

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 98.6%
  • Makefile 1.4%