Dakusan's Domain Forum

Main Site Discussion => Projects => Topic started by: Dakusan on October 11, 2014, 12:48:49 am

Title: DSQL
Post by: Dakusan on October 11, 2014, 12:48:49 am
Full content for the DSQL project can be found at https://www.castledragmire.com/Projects/DSQL.

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