Skip to content

Instantly share code, notes, and snippets.

@ricardochimal
Created April 29, 2009 23:45
Show Gist options
  • Save ricardochimal/104141 to your computer and use it in GitHub Desktop.
Save ricardochimal/104141 to your computer and use it in GitHub Desktop.
$ irb -r rubygems -r sequel
irb(main):001:0> db = Sequel.connect("mysql://root@localhost/vertuoconseil?encoding=utf8")
=> #<Sequel::MySQL::Database: "mysql://root@localhost/vertuoconseil">
irb(main):002:0> db.tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment