MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
160 stars 47 forks source link

Added gevent pool driver option to MySQL connection #854

Closed olivernadj closed 7 months ago

olivernadj commented 11 months ago

Performance improvement for gevent applications.

josephmancuso commented 7 months ago

only for gevent applications? i would rather prefer this be its own connection class then that you can register for only those applications using the connection resolver.

like this : https://github.com/MasoniteFramework/orm/blob/2.0/src/masoniteorm/connections/ConnectionResolver.py#L21