AJAX-Chat icon indicating copy to clipboard operation
AJAX-Chat copied to clipboard

Add PostgreSQL support (edge standalone)

Open dstroma opened this issue 11 years ago • 3 comments

I have added PostgreSQL >= 8.1 support.

dstroma avatar Aug 22 '13 08:08 dstroma

Ah thank you, sorry for my delays in reviewing and merging.

Frug avatar Nov 01 '13 02:11 Frug

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.

Frug avatar Jan 27 '14 21:01 Frug

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.

IngwiePhoenix avatar Jan 27 '14 21:01 IngwiePhoenix