Skip to content

Instantly share code, notes, and snippets.

@kroovysteph
Last active August 31, 2016 10:33
Show Gist options
  • Save kroovysteph/ff28a1cf3d55344ba6418802b241ec90 to your computer and use it in GitHub Desktop.
Save kroovysteph/ff28a1cf3d55344ba6418802b241ec90 to your computer and use it in GitHub Desktop.
sqlite3=require('luasql.sqlite3')
myDB=sqlite3.open('MyDatabase.sqlite3') -- open
myDB:close() -- close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment