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

Andrews Medina andrewsmedina at gmail.com
Mon May 9 10:45:49 EDT 2016


I started this project (mysql-cffi) but unfortunately not had enough
time to continue it. :(


I believe that the better way is to use the pure python client.



On Mon, May 9, 2016 at 7:04 AM, Phyo Arkar <phyo.arkarlwin at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>



-- 
Andrews Medina
www.andrewsmedina.com


More information about the pypy-dev mailing list