Skip to content

Instantly share code, notes, and snippets.

@plu
Created November 23, 2010 16:45
Show Gist options
  • Save plu/712075 to your computer and use it in GitHub Desktop.
Save plu/712075 to your computer and use it in GitHub Desktop.
# rename this file to DAO::Example.yml and put a : in front of "name" if
# you want to use yaml like in old versions of Catalyst
name DAO::Example
<model::db>
schema_class DAO::Example::DB
connect_info dbi:SQLite:dao_example.db
connect_info username
connect_info password
</model::db>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment