[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [Ann] LuaDBI 0.6
- From: "Aaron B." <aaron@...>
- Date: Thu, 24 Aug 2017 13:08:36 -0400
I'd like to announce the release of LuaDBI 0.6. LuaDBI is a database
abstraction layer supporting prepared statement handles, placeholders
and bind parameters for all database operations. Drivers are available
for MySQL, PostgreSQL, SQLite3, DB2, Oracle. A 3rd party ODBC driver
also exists.
The main changes from v0.5 are:
- Support for Lua versions 5.1 through 5.3
- Large number of bug fixes
- last_id() support in MySQL/Sqlite3 drivers
Open source drivers are available on Luarocks; the full distribution
can be found on Github: https://github.com/mwild1/luadbi
--
Aaron B. <aaron@zadzmo.org>