Description: A MySQL library for PHP with functionality to help facilitate cleaner and quicker SQL access
Information:
I’ve found using php’s included MySQL functions to be cumbersome, take a lot more code than necessary, and create code that is not very readable. I am also not completely happy with PDO, so DSQL is my solution to this problem. I use it heavily in all of my professional web projects.
The classes in this library are written generically so they could easily be converted to any other database software.
Languages: PHP, MySQL