Skip to content

Instantly share code, notes, and snippets.

@natachaS
Forked from anonymous/01_pg.rb
Created June 3, 2014 15:12
Show Gist options
  • Save natachaS/88421a98b0a9d1c13852 to your computer and use it in GitHub Desktop.
Save natachaS/88421a98b0a9d1c13852 to your computer and use it in GitHub Desktop.
require 'pg'
require 'pry'
conn = PG.connect(dbname: 'chinook')
binding.pry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment