Skip to content

Instantly share code, notes, and snippets.

@SysPete
Created December 11, 2014 13:53
Show Gist options
  • Save SysPete/c12774af596d8725dce2 to your computer and use it in GitHub Desktop.
Save SysPete/c12774af596d8725dce2 to your computer and use it in GitHub Desktop.
PostgreSQL Dancer::Plugin::DBIC example config
plugins:
DBIC:
default:
dsn: dbi:Pg:dbname=danceshop
user: dancepower
password: dancethenightaway
schema_class: Interchange6::Schema
options:
RaiseError: 1
PrintError: 1
on_connect_do: 'SET client_min_messages=WARNING;'
pg_enable_utf8: 1
quote_names: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment