Created
January 31, 2015 23:28
-
-
Save jamespenguin/3c9e8be6ec38d3b5c51b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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