root/lang/perl/Catalyst-Controller-Atompub/trunk/samples/MyAtom/lib/MyAtom/Model/DBIC.pm
@
8062
| Revision 8062, 248 bytes (checked in by takemaru, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | package # hide from PAUSE |
| 2 | MyAtom::Model::DBIC; |
| 3 | |
| 4 | use strict; |
| 5 | use base qw(Catalyst::Model::DBIC::Schema); |
| 6 | |
| 7 | __PACKAGE__->config( |
| 8 | schema_class => 'MyAtom::Model::Schema', |
| 9 | connect_info => [ |
| 10 | 'dbi:SQLite:dbname=test.db', |
| 11 | ], |
| 12 | ); |
| 13 | |
| 14 | 1; |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)