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:' );