Changeset 2004

Show
Ignore:
Timestamp:
02/07/08 23:15:12
Author:
typester
Message:

added mysql synopsis

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fastladder-crawler/plagger/lib/Plagger/Plugin/Store/Fastladder.pm

    r2002 r2004  
    102102=head1 SYNOPSIS 
    103103 
    104 - module: Store::Fastladder 
    105   config: 
    106     connect_info: 
    107       - dbi:SQLite:/path/to/fastladder.db 
    108       - on_connect_do: 
    109         - PRAGMA default_synchronous = OFF 
    110     member_id: 1 
     104SQLite: 
     105 
     106  - module: Store::Fastladder 
     107    config: 
     108      connect_info: 
     109        - dbi:SQLite:/home/typester/dev/fastladder/fastladder/db/development.sqlite3 
     110        - on_connect_do: 
     111            - PRAGMA default_synchronous = OFF 
     112      member_id: 1 
     113 
     114 
     115MySQL: 
     116 
     117  - module: Store::Fastladder 
     118    config: 
     119      connect_info: 
     120        - dbi:mysql:fastladder 
     121        - root 
     122        - on_connect_do: 
     123            - SET NAMES utf8 
     124      member_id: 1 
    111125 
    112126=head1 AUTHOR