Page 1 of 1

SQL abstraction toolkit?

Posted: Wed Jun 24, 2009 3:54 pm
by alex.barylski
I'm looking for a mini-library of sorts...something really simple and small/fast and light weight.

Offer 4 or so methods or functions to expedite the CRUD-S operations of a typical developer. I started hacking at a adhoc solution here at work and thought I should look around first to see if something exists already...Googled...found squat...just complete abstraction layers.

No abstraction needed, can be hardcoded in mysql_ or mysqli_ or PDO but just offer a few simple methods to abstract *most* of the SQL required in a daily basis.

I have a trivial _update and _return implemented and they seem to work as expected...I will probably implement something more complete tonight...

No abstraction layer/libraries/ORM/Doctrine/etc all are still heavy weight compared to the few methods I anticipate...

Links?

Cheers,
Alex

Re: SQL abstraction toolkit?

Posted: Thu Jun 25, 2009 12:16 pm
by volomike
Have you looked at either EZSQL (which is used by WordPress) or looked at OutletORM?