Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
294 B

use Modern::Perl;
return {
schema_class => 'Koha::Schema',
# This is the default option when nothing is defined
# connect_info => ['dbi:SQLite:dbname=:memory:','',''],
connect_opts => { name_sep => '.', quote_char => '`', sqlite_unicode => 1 },
fixture_class => '::Populate',
};