I built the first step in making this PDO wrapper more diverse and I'd like to proceed with phase two.
Phase two would create database-specific adapters to help combat a couple problems encountered from phase one.
Bad news, it would add more files to the wrapper library. Good news, it'll be 100% database agnostic and it will not break any current installs.*
I'm seeking your approval of such an overhaul, I'll still do it but if you prefer not to have it in your main repo, I'll just keep it on my fork and can just be an alt version for those who want it (such as myself ;)).
*as long as they include the adapter to the database their using, so minor code change will be needed depending on how the programmer added the library.
I built the first step in making this PDO wrapper more diverse and I'd like to proceed with phase two.
Phase two would create database-specific adapters to help combat a couple problems encountered from phase one.
Bad news, it would add more files to the wrapper library. Good news, it'll be 100% database agnostic and it will not break any current installs.*
I'm seeking your approval of such an overhaul, I'll still do it but if you prefer not to have it in your main repo, I'll just keep it on my fork and can just be an alt version for those who want it (such as myself ;)).
*as long as they include the adapter to the database their using, so minor code change will be needed depending on how the programmer added the library.