Download List

Project Description

Lua-Sqlite3 is a binding of SQLite 3 for Lua. It is unique in contrast to other database bindings that it consists of two layers. The first layer translates the SQLite 3 implementation's C API to Lua. The second layers are interface layers, written in Lua. These layers provide a nice and smart view of the database.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-11 16:51
0.4.1

A small fix was made to compile with MSVC6.
Tags: Code cleanup

2006-05-10 14:58
0.4

Lua 5.1 support was added, and 5.0 is still
supported. An autoconf configure script is
provided.
Tags: Major feature enhancements

2005-06-16 02:51
0.3

A bugfix for a problem with bind()/first_cols() on empty
tables, new functions to set busy timeout or handler, and
new features for automatic parameter name mapping and
binding with key/value tables (dynamic binding).
Tags: Minor bugfixes

2004-10-07 22:21
0.2

This release depends on sqlite library 3.0.7, and should compile with older compilers. The Makefile has been cleaned up.
Tags: Minor feature enhancements

2004-09-14 08:18
0.1

Tags: Initial freshmeat announcement

Project Resources