AJAX-Chat
AJAX-Chat copied to clipboard
Add PostgreSQL support (edge standalone)
I have added PostgreSQL >= 8.1 support.
Ah thank you, sorry for my delays in reviewing and merging.
Just an update. I may still try to merge this to testing if I have time, but moving the whole database connection layer to PDO might be better still.
I would recommend PDO. I have very good experience while using Yii, which uses PDO as well. From that point, it more likely depends on what drivers are available (sqlite, mysql, postgre) instead of the codewide implementation. Just my cent to that o.o Am Mo. Jan. 27 2014 22:36:31 schrieb Philip Nicolcev:
Just an update. I may still try to merge this to testing if I have time, but moving the whole database connection layer to PDO might be better still.
— Reply to this email directly or view it on GitHub.