Skip to content

Instantly share code, notes, and snippets.

@wilig
Created August 3, 2010 19:26
Show Gist options
  • Save wilig/506970 to your computer and use it in GitHub Desktop.
Save wilig/506970 to your computer and use it in GitHub Desktop.
(def db-conn {:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:subname "//localhost:5432/scale"
:user "scale"
:password "scale"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment