connecting postgresql and codeigniter

后端 未结 5 1992
北恋
北恋 2021-01-02 17:47

I\'m new using postgresql and I\'ve been using Codeigniter for a year.

I have a small postgresql database and I wanna call it from Codeigniter.

In my databas

5条回答
  •  执念已碎
    2021-01-02 18:15

    In the file database.php where it reads:

    'dbdriver' => ' ',
    

    Put the following argument:

    'dbdriver' => 'pgsql',
    

提交回复
热议问题