Skip to content

Instantly share code, notes, and snippets.

@ricardochimal
Created May 31, 2009 06:09
Show Gist options
  • Save ricardochimal/120786 to your computer and use it in GitHub Desktop.
Save ricardochimal/120786 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'sequel'
@db = Sequel.connect("postgres://postgres@localhost/mydb")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment