Releases: boglin/PyMySQL
Releases · boglin/PyMySQL
Release list
Connection query consolidation (boglin fork)
Consolidation of queries when establishing connection - in particular focusing on reducing the number of round-trips required between client and server. This is of particular benefit when there is high latency between client and server.
By setting the kwarg defer_mode=True, ancillary queries are delayed and prepended to queries which are executed by the user.