Hi,

Have you considered using Peewee 
<http://peewee.readthedocs.io/en/latest/index.html>?
It’s easier to use, lighter, and from what I measured over time, it’s way 
faster.
It even has a light Django integration 
<http://peewee.readthedocs.io/en/latest/peewee/playhouse.html#django-integration>
.

I did a tiny comparison 
<http://nbviewer.jupyter.org/gist/BertrandBordage/10641643/SQLAlchemy_vs_peewee.ipynb>
 
years ago. I didn’t take time to update this comparison, but since I 
ditched SQLAlchemy in favor of Peewee for non-Django projects, I’m very 
happy with it. And every time I made some punctual performance measures, 
Peewee was faster than both Django & SQLAlchemy.

Regards,
Bertrand

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" 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 https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/481a076a-5e95-4e41-9c73-c2b552896d2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to