Skip to content

Instantly share code, notes, and snippets.

@jamespenguin
Created January 31, 2015 23:28
Show Gist options
  • Save jamespenguin/3c9e8be6ec38d3b5c51b to your computer and use it in GitHub Desktop.
Save jamespenguin/3c9e8be6ec38d3b5c51b to your computer and use it in GitHub Desktop.
1.9.3-p385 :001 > require 'sqlite3'
=> true
1.9.3-p385 :002 > require 'sequel'
=> true
1.9.3-p385 :003 > db = Sequel.connect('sqlite://blah.db')
=> #<Sequel::SQLite::Database: "sqlite://blah.db">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment