Skip to content

Releases: arthurkushman/buildsqlx

Basic builder operations with select, insert stmts + where, notNull, orderBy, groupBy, limit, offset

23 Aug 07:51
Compare
Choose a tag to compare
  • 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