Skip to content

Instantly share code, notes, and snippets.

Created October 30, 2012 09:51
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 anonymous/acf8f665efb84a2bb349 to your computer and use it in GitHub Desktop.
Save anonymous/acf8f665efb84a2bb349 to your computer and use it in GitHub Desktop.
require 'sequel'
filename = 'test.db'
begin
db = Sequel.amalgalite(:database => filename)
db.test_connection
rescue => e
print "aaaaaahhhh #{e}"
abort
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment