Installing PDO-drivers for PostgreSQL on Mac (using Zend for eclipse)

后端 未结 5 1847
渐次进展
渐次进展 2020-12-05 20:55

How can I get PDO to work on my mac (os x 10.5)? I\'m using the built in php and php in Zend/Eclipse. Can\'t seem to find useful drivers for it at all.

5条回答
  •  执念已碎
    2020-12-05 21:33

    Take a look at this PECL package: PDO_PGSQL

    I haven't tried it myself, but I've been interested in playing with Postgres as an alternative to MySQL. If I have a chance to try it soon, I'll throw my results up here in case it helps.

提交回复
热议问题