|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Cosmin Apreutesei (cosmin.apreutesei
gmail.com)
Date: Tue May 14 2013 - 05:06:01 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I made a new mysql binding for LuaJIT, here it is:
https://code.google.com/p/lua-files/wiki/mysql
Features:
- covers all of the functionality provided by the mysql Connector/C 6.1 API
- all data types are supported with multiple options for conversion
- prepared statements, avoiding dynamic allocation and type
conversions when fetching rows
- all C calls are checked for errors and Lua errors are raised
- all C objects are tied to Lua's garbage collector
- lightweight OOP-style API via ffi.metatype
- no external dependencies
Only tested with Windows for now but more tests are coming.
Enjoy,
Cosmin.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]