Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: upgrade to v3 #3

Merged
merged 9 commits into from
Feb 6, 2024
Merged

feat!: upgrade to v3 #3

merged 9 commits into from
Feb 6, 2024

Conversation

wellwelwel
Copy link
Owner

New 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.

@wellwelwel wellwelwel merged commit 2d3c30d into main Feb 6, 2024
2 checks passed
@github-actions github-actions bot mentioned this pull request Feb 6, 2024
@wellwelwel wellwelwel deleted the next branch February 6, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant