Skip to content

Instantly share code, notes, and snippets.

@ericodes
Forked from anonymous/01_pg.rb
Created June 3, 2014 16:52
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 ericodes/0e235e6be767262ddb1f to your computer and use it in GitHub Desktop.
Save ericodes/0e235e6be767262ddb1f 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