Nickolas Grigoriadis
Nickolas Grigoriadis
I tested this, and it works for me. 👍 Thanks.
I did a quick search, and found the following promising async ORMs: https://github.com/05bit/peewee-async (Author doesn't have time to work on this any more, plus peewee breaks internal apis often) https://github.com/klen/muffin-peewee...
I almost feel it may be best to bless one of these, and help it along. Because an ORM is so much work... I'll keep on doing research.
I have been doing more research, and stumbled across this very interesting attempt: https://github.com/Zeliboba5/tortoise-orm I feel they got the Python interface looking "right". It is a very young project. Another...
I know, right? I'm going to help him get it mature enough for introducing to the wild.
@danielward I also ported sure to py3.2: (in case the pypi version doesn't work for you) https://github.com/grigi/sure (Python 3 support, which has not yet been merged in to the primary...
Confirmed to have same issue on my system. I have a 3.6Ghz Ivy Bridge.
Hi @frnkvieira Did you have some time to comment on this yet?
Well, it meets the qualification criteria, so I don't see why not. Do you want to have a go at it? I unfortunately don't have proper time right now.
I tested with a concurrency of 10, but making it single concurrency hardly affected the results, as it was using a sqlite db as a backend (which is also single...