Skip to content

Instantly share code, notes, and snippets.

@kroovysteph
Created August 31, 2016 10:54
Show Gist options
  • Save kroovysteph/d930fcf66e0189865a976b875c25c73a to your computer and use it in GitHub Desktop.
Save kroovysteph/d930fcf66e0189865a976b875c25c73a to your computer and use it in GitHub Desktop.
sqlite3 = require"luasql.sqlite3"
env=sqlite3.sqlite3()
con=env:connect("myDataBase.db")
con:close()
env:close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment