summaryrefslogtreecommitdiffstats
path: root/db.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix db.lua to use unpack for multiple argumentsTed Trask2013-10-191-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-12/+14
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-3/+3
|
* Add support for sqlite3 to db.luaTed Trask2013-10-091-2/+16
|
* Change db.name to db.database and fix bug with calling db.escapeTed Trask2013-09-291-4/+4
|
* Send error if listdatabases failsTed Trask2013-09-281-0/+4
|
* Added db.listdatabases function and simplified export of db functionsTed Trask2013-09-281-20/+40
|
* First cut at new db.lua library to simplify database accessTed Trask2013-09-241-0/+154