DSQL - my new framework

33 views
Skip to first unread message

Romans Malinovskis

unread,
Apr 16, 2016, 10:14:54 AM4/16/16
to thephpleague
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:

The code is licensed under MIT and is available here: https://github.com/atk4/dsql. Documentation is available here: http://dsql.readthedocs.org/en/develop/


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
Reply all
Reply to author
Forward
0 new messages