[Dbix-class] Is there a way setup a DBIC schema, result and resultset classes in one file?

Peter Rabbitson rabbit+dbic at rabbit.us
Wed Feb 25 12:46:34 GMT 2009


Zbigniew Lukasiak wrote:
> 
> my $schema = DBSchema->connect( 'dbi:SQLite:memory' );
> 

memory is just a db file called 'memory' in the current dir. You
want the string ':memory:' or ->connect( 'dbi:SQLite::memory:' );



More information about the DBIx-Class mailing list