FaaPz / PDO

Just another PDO database library
MIT License
316 stars 103 forks source link

is Still active? #105

Closed nixoncode closed 5 years ago

nixoncode commented 6 years ago

There haven't been many updates to this repo lately, issues are building up, even simple ones like #92.

Is it still active?

wowDaiver commented 6 years ago

@nickhq Can I use your repo?

nixoncode commented 6 years ago

Not sure about this yet!

mkraha commented 6 years ago

I really like this, is this still active ? May i choose this for long time project?

wowDaiver commented 6 years ago

@krahamath I used it two years, everything is fine. But there are some problems, for example, batch insert (multiinsert) and missing INSERT IGNORE

mkraha commented 6 years ago

Thank you @wowDaiver . I choosen to use illuminate/database

mikegioia commented 6 years ago

I'm maintaining an active fork of this repo here: https://github.com/ParticleBits/pdo

It has support for multiple inserts with on 'duplicate key update', and resolves all the open pull requests and issues. I'm using it and actively maintaining it, the namespace has changed though.

kwhat commented 5 years ago

Good Day,

I have been slowly working on the 2.x branch and I feel like it is getting very close to release-candidate status. I would advise beginning the migration process to the 2.x branch sooner than later. Version 2 is basically an entire rewrite of the 1.x branch that address some of the design shortfalls that were present in the original. As far as the 1.x branch goes, that branch is/was maintained by Fabian but I am not sure where he has been as of late. I would not count on the 1.x branch getting future updates. I can merge code to this branch if we get community contributions, so @mikegioia if you want to maintain 1.x here, we can make that happen.

P.S. @wowDaiver The insert ignore has been fixed in 2.x, the batch insert for multi records will probably come with 2.1.

kwhat commented 5 years ago

@nixoncode #92 has been resolved.