I'm trying to connect my application in Yii2 with a BD in Yii2 so far this is the configuration I have in my .db file
return [
'class' => 'yii\db\Connection',
'dsn' => 'sqlite:' . __DIR__ .'/../../softwareoperacional.db',
];