[pypy-dev] PyPy & Django: recommended mySQL module?

Phyo Arkar phyo.arkarlwin at gmail.com
Mon May 9 06:04:44 EDT 2016


try pymysql ?purepython mysql client https://github.com/PyMySQL/PyMySQL
it works much faster than mysqlpython  back when i used mysql.

On Mon, May 9, 2016 at 4:23 PM Maciej Fijalkowski <fijall at gmail.com> wrote:

> On Sun, May 8, 2016 at 1:31 PM, Yury V. Zaytsev <yury at shurup.com> wrote:
> > On Sun, 8 May 2016, Maciej Fijalkowski wrote:
> >
> >> For the record - if you are using django ORM, then the mysql binding
> >> is unlikely to be your bottleneck for accessing the DB.
> >
> >
> > Yep, that's what I'm using it for... good news.
> >
>
> No, that's bad news, Django ORM is terrible, noone should be using it
> for anything that requires performance ;-)
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20160509/7be172f1/attachment-0001.html>


More information about the pypy-dev mailing list