Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 05:47
fef4a98

3.0.0 (2024-02-06)

⚠ BREAKING CHANGES

  • upgrade to v3 (#3)

🎲 Features includes:

  • Dynamic WHERE by using Operators
  • Automatic Prepared Statements for LIMIT and OFFSET.
  • You can now also simply use QueryBuilder to mount your queries and use them in your original MySQL2 connection.
  • Smartly detect and release the connection when using commit or rollback in a transaction.
  • Exposes the execute and query original methods from MySQL2 Pool class.
  • Strictly Typed: No usage of any, as neither satisfies at all.
  • Comprehensive documentation (website) for all the features and their possible variations.

Miscellaneous Chores