Go to file
Michal Kottman 78d148c21f Fix finding of sqlite3 library 2013-10-06 17:06:05 +02:00
cmake Fix finding of sqlite3 library 2013-10-06 17:06:05 +02:00
doc Import to git 2010-10-01 03:38:40 +02:00
examples Import to git 2010-10-01 03:38:40 +02:00
.travis.yml Updated travis hook 2013-02-18 16:36:41 +01:00
CMakeLists.txt Updated cmake macros 2012-08-21 16:42:57 +02:00
HISTORY Import to git 2010-10-01 03:38:40 +02:00
Makefile Import to git 2010-10-01 03:38:40 +02:00
README Import to git 2010-10-01 03:38:40 +02:00
dist.info Import to git 2010-10-01 03:38:40 +02:00
lsqlite3.c Import to git 2010-10-01 03:38:40 +02:00
lsqlite3.def Import to git 2010-10-01 03:38:40 +02:00
lunit.lua Import to git 2010-10-01 03:38:40 +02:00
test.lua Import to git 2010-10-01 03:38:40 +02:00
tests-sqlite3.lua Import to git 2010-10-01 03:38:40 +02:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

LuaSQLite 3 provides a means to manipulate SQLite3 
databases directly from lua using Lua 5.

To use this library you need SQLite3 library.
You can get it from http://www.sqlite.org/

Lua 5 is available from http://www.lua.org/