Re: SQLAlchemy integration - More details

2017-03-19 Thread Bertrand Bordage
Hi, Have you considered using Peewee ? It’s easier to use, lighter, and from what I measured over time, it’s way faster. It even has a light Django integration .

Re: SQLAlchemy integration - More details

2017-03-17 Thread stamatis . iliass
Hello David. I will check it for sure, thank you! -- 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 django-developers+unsubs

Re: SQLAlchemy integration - More details

2017-03-15 Thread David Kiarie
On Monday, March 13, 2017 at 3:26:48 AM UTC+3, stamati...@gmail.com wrote: > > Hello. > > I would like to request a bit more information about the SQLAlchemy > integration project listed on the GSoC ideas: > https://code.djangoproject.com/wiki/SummerOfCode2017#SQLAlchemyNoSQLintegration > > Eve