Yii2 Postgresql Connection

[Solved] Yii2 Postgresql Connection | Php Frameworks Yii - Code Explorer | yomemimo.com
Question : yii2 postgresql connection

Answered by : tender-turkey-3o1pfvrdrqo8

'db'=>array(	'tablePrefix'=>'',	'connectionString' => 'pgsql:host=localhost;port=5432;dbname=postgres',	'username'=>'postgres',	'password'=>'postgres',	'charset'=>'UTF8',
),

Source : https://forum.yiiframework.com/t/connecting-to-postgresql/43533 | Last Update : Thu, 07 Apr 22

Answers related to yii2 postgresql connection

Code Explorer Popular Question For Php Frameworks Yii