Releases: arthurkushman/buildsqlx
Releases · arthurkushman/buildsqlx
Basic builder operations with select, insert stmts + where, notNull, orderBy, groupBy, limit, offset
Basic builder operations with select, insert stmts + where, notNull, orderBy, groupBy, limit, offset
- basic DML commands SELECT, INSERT (yet without UPDATE)
- all clauses for SELECT stmt: where, whereIn, whereNotNull, whereNull, groupBy, having, orderBy, limit, offset
- INSERT batches
- Dump/Dd to print SQL-query raw string