Skip to content

Instantly share code, notes, and snippets.

@macks
Created January 31, 2011 19:09
Show Gist options
  • Save macks/804599 to your computer and use it in GitHub Desktop.
Save macks/804599 to your computer and use it in GitHub Desktop.
Sequel + Ruby/MySQL
Sequel.connect(
"mysql://user:password@host/database",
:compress => false # Required!
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment