From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

{
'db_connect' => [
'dbi:SQLite:dbname=/var/www/www.example.com/aprojo.db',
undef,
undef,
{
'sqlite_unicode' => 1
}
],
'db_schema' => 'AproJo::DB::Schema',
'secret' => 'app_secret'
}