Hi,

I have to use MySQL and an associated driver. Looking through the options 
in the docs 
<https://docs.djangoproject.com/en/1.10/ref/databases/#mysql-db-api-drivers> 
my choices are limited since a) I use Python 3 and b) I can't use GPL code. 
Unless Django importing a GPL library does not qualify as linking in the 
GPL sense. Previous threads from django-dev suggest that it probably does.

Therefore, I can't use any of the listed drivers. I came across PyMySQL 
<https://github.com/PyMySQL/PyMySQL>, which does seem to just drop in and 
work as it is PEP 249 compliant and is MIT licensed.

My question is does anyone have experience using PyMySQL, are there any 
reasons why I shouldn't use it or known issues? Is anyone using it in 
production?

Thanks in advance for any advice.

Cheers
Craig

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ba9a5446-e64c-4ada-b1b3-c582ab50fa9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to