riquito / Baobab

A library applying the nested set model
http://baobab.sideralis.org
Apache License 2.0
90 stars 27 forks source link

Any plan to add PDO support? #10

Open wqking opened 7 years ago

wqking commented 7 years ago

Current only MySQLi is supported. Is there any plan to add PDO?

eradin commented 4 years ago

I second this. I have converted my code to pdo and I now need to make an exception for this class.

Perhaps Baobab could support both or allow the constructor to take DB credentials and it can manage it's own connection.

Isinlor commented 4 years ago

You may want to look at: https://github.com/Isinlor/Baobab-PDO

It's a full port of Baobab to PDO.

eradin commented 4 years ago

Thanks. There is an unreleased 1.3.1 version but the latest release is 1.3.0. Composer doesn't seem to work for me either way. Is 1.3.1 stable?