Skip to content

Instantly share code, notes, and snippets.

@natachaS
Forked from anonymous/02_sequel_orm.rb
Created June 4, 2014 17:55
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 natachaS/d1d530de39b0fc1750f9 to your computer and use it in GitHub Desktop.
Save natachaS/d1d530de39b0fc1750f9 to your computer and use it in GitHub Desktop.
require 'sequel'
require 'pry'
DB = Sequel.postgres('chinook')
class Artist < Sequel::Model
end
class Album < Sequel::Model
end
binding.pry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment