6 Commits

Author SHA1 Message Date
mbalmer
e94b90148d More user friendly sqlite.open() function.
Add a few more symbols.
Register all function in the sqlite table.
2013-10-27 12:38:08 +00:00
mbalmer
e98f41ae83 - Update to the version on github.com.
- Fix stmt_bind(): SQLite makes a copy of the string passed (which can be
  garbage collected).  Problem found by Kubo Takehiro.
2012-11-02 12:24:52 +00:00
joerg
66dd2755f5 Add __printflike attribution to use vprintf and friends with an argument
as format string.
2012-03-15 02:02:20 +00:00
mbalmer
9fb73f45a7 Add db:changes() 2011-10-15 12:58:20 +00:00
mbalmer
78f8cb2089 Remove un-needed headers. 2011-10-15 10:35:06 +00:00
mbalmer
a4de1688e1 A Lua module to access SQLite databases. 2011-10-15 10:26:30 +00:00