Skip to content

Instantly share code, notes, and snippets.

@mascarenhas
Created November 6, 2009 19:22
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/228198 to your computer and use it in GitHub Desktop.
Save mascarenhas/228198 to your computer and use it in GitHub Desktop.
local todo = orbit.model.new()
todo.conn = luasql.sqlite3()::connect("todo.db")
local todo_list = todo:model("todo_list")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment