You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An elegant lightweight and efficient SQL Query Builder with fluid interface SQL syntax supporting bindings and complicated query generation. **Works without establishing a connection to the database.**
The SQL Query Builder allows to generate complex SQL queries standard using the `SQL-2003` dialect (default) and the `MySQL` dialect, that extends the `SQL-2003` dialect.
65
65
66
+
<imgsrc="./diagram.svg" />
67
+
66
68
<aname="block2.1"></a>
67
69
### 2.1. Generic Builder [↑](#index_block)
68
70
The Generic Query Builder is the default builder for this class and writes standard SQL-2003.
0 commit comments