django-mysql icon indicating copy to clipboard operation
django-mysql copied to clipboard

Support HandlerSocket

Open adamchainz opened this issue 10 years ago • 0 comments

Follow up to #9 - we can make it faster by supporting HandlerSocket as well, which is available for MySQL and distributed with MariaDB. The same ORM based API may even be possible.

There are a few Python HandlerSocket libraries out there, but integrating with Django can be made easier.

adamchainz avatar Mar 21 '15 11:03 adamchainz