Hi all, I notice that python-mysql-connector(1) is almost 30% slow that MySQLdb(2), but MySQLdb until now not support python3.
Anyone have news when MySQLdb will support python 3 or know another connector for mysql? It's a litte confused at this time, because we have django1.7.X that supports python3.4.X very well, but we don't have a good compatible mysql connector. 1-http://dev.mysql.com/downloads/connector/python/ 2-https://pypi.python.org/pypi/MySQL-python/1.2.5 Em quinta-feira, 3 de maio de 2012 22h18min23s UTC-3, john2095 escreveu: > > I've just been through a slice of hell simply because I did not want to > install mysql-server on my (osx) django development machine - my app > connects to a remote mysql database. It turns out that python's "mysqldb" > depends on mysql binaries which are only packaged up with the server > release. This means that if you want to run django and connect to a remote > mysql you still need to install mysqlserver locally. I think that > blows. Especially when there is a purely python mysql driver in > "mysql-connector". > > Has this happened by default or by design? Is mysqldb really that much > faster, or featureful, or just because it's more common? > > Is anyone working on a pure python solution (mysql-connector) database > backend? Is there one already? > > thanks. > -- Enviado via UCSMail. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/041bea14-74e6-42ce-b549-8ca5d31344e4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

