Answer the question
In order to leave comments, you need to log in
How to connect sqLite to Yii2?
There was a problem connecting the sqLite database to Yii2.
I looked at the documentation, but there is no clear connection example.
If someone has already connected sqLite to Yii2, please share your experience.
I'm interested in what you write in connection configuration
return [
'class' => 'yii\db\Connection',
'dsn' => 'sqlite:/config/db.sql',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question