Skip to content

0.1 - Alpha 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mecha mecha released this 17 May 17:28
· 104 commits to main since this release
a4323b3

Added

  • Select queries now support HAVING and GROUP BY
  • A Group class, which is an alias for the Order class, for use with GROUP BY
  • Fluent query sub-classes: SelectQuery, InsertQuery, UpdateQuery, DeleteQuery

Changed

  • Table methods select(), insert(), update(), and delete() return the new fluent query sub-classes