Skip to content

Instantly share code, notes, and snippets.

@pop3xrj
Created September 23, 2009 01:36
Show Gist options
  • Save pop3xrj/191616 to your computer and use it in GitHub Desktop.
Save pop3xrj/191616 to your computer and use it in GitHub Desktop.
establish_connection(
:adapter=> "postgresql",
:host => "localhost",
:database=> "test",
:schema_search_path=> "my",
:username=>'test',
:password=>'test')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment