Skip to content

Instantly share code, notes, and snippets.

@bigpresh
Created February 10, 2011 15:59
Show Gist options
  • Save bigpresh/820759 to your computer and use it in GitHub Desktop.
Save bigpresh/820759 to your computer and use it in GitHub Desktop.
enabling pg_enable_utf8 in Dancer config.yml
plugins:
Database:
driver: pg
...
dbi_params:
pg_enable_utf8: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment