Skip to content

Instantly share code, notes, and snippets.

@mascarenhas
Created October 29, 2009 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mascarenhas/221829 to your computer and use it in GitHub Desktop.
Save mascarenhas/221829 to your computer and use it in GitHub Desktop.
local env = luasql.sqlite3()
local db = todo.real_path .. "/todo.db"
local timeout = 3600 -- one hour
todo.mapper.conn = recycle(function ()
return env:connect(db)
end, timeout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment