What connector can I use and how can I install it for my Django app? asked 08 Nov '16, 07:09 iambryan |
There are quite a few mysql bindings for python 3 these days. Almost all of them can be installed using pip. Personally, I mostly use PyMySQL. answered 08 Nov '16, 07:15 iliasr ♦♦ |