Releases: wellwelwel/mysql2-orm
Releases · wellwelwel/mysql2-orm
v3.0.0
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
orrollback
in a transaction. - Exposes the
execute
andquery
original methods from MySQL2 Pool class. - Strictly Typed: No usage of
any
,as
neithersatisfies
at all. - Comprehensive documentation (website) for all the features and their possible variations.
Miscellaneous Chores
- release 3.0.0 (36be8c5)