Hi League
I have been working on an SQL Query Builder. WAIT, before you say there are many query builders for PHP, hear my reasoning why i've done this.
- Compositions. Unlike other libraries, we render queries recursively allowing many levels of sub-selects.
- Any Query - any query with any complexity can be expressed through DSQL.
- Small footprint. We don't duplicate query code for all vendors, instead we use clever templating system.
- Extensibility. We have 3 different ways to extend DSQL as well as 3rd party vendor driver support.
- Zero dependencies. Use DSQL in any PHP application or framework.
- NoSQL support. In addition to supporting PDO, DSQL can be extended to deal with SQL-compatible NoSQL servers.
I have put together a WIKI page showing how DSQL can solve problems users are having with other Query Builders:
Do you guys think DSQL deserves a try? I would like more people to look and give me feed-back on DSQL, how do you think I should proceed?
Appreciate your advice,
Romans