Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

yii2 postgresql connection

'db'=>array(
	'tablePrefix'=>'',
	'connectionString' => 'pgsql:host=localhost;port=5432;dbname=postgres',
	'username'=>'postgres',
	'password'=>'postgres',
	'charset'=>'UTF8',
),
Source by forum.yiiframework.com #
 
PREVIOUS NEXT
Tagged: #postgresql #connection
ADD COMMENT
Topic
Name
7+5 =