You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Django article, section Django ORM resources, lines 223-227, about the future integration of SQLAlchemy in Django :
Note though that some of the Django core committers believe it is only a matter of
time before the default ORM is replaced with SQLAlchemy. It will be a large
effort to get that working though so it's likely to come in Django 1.9 or
later.
It is the first time I hear about this. But what a delight !
However the only public thing close to it, that I found, was a 6-year old branch in the django repo. So it cannot be what you are talking about because you initially made this statement in June 2014 (03bb450).
Could you add a bit more context to this statement :
How did you reach this conclusion ? Who/What are your sources ?
Who are these adventurous core committers ?
Have they already started a branch for this endeavor ?
Still, thank you for your well-organized educational website !
The text was updated successfully, but these errors were encountered:
Yea it's been awhile since I updated that line, I expected there would be more activity around this in late 2014 / early 2015. The statement was based on random conversations I had with some of the core committers at DjangoCon US in 2013. The conversation was essentially that the templating system and the ORM should be more easily interchangeable if a developer wants to use Jinja2 on the front end or SQLAlchemy on the back end.
Multiple template engines are happening in 1.8 but I haven't heard anything on the ORM front lately. Looks like I'll have to do some more research if 1.9 is doing anything about multiple ORMs. If not, I'll go in and update the Django page to make it clear this isn't happening in the near term.
Does that help? I didn't mean to mislead or create false hopes.
The code produced under part (1) would be a standalone repository and project, not a candidate for inclusion into Django itself. Django won't be gaining official SQLAlchemy support - but we will be able to point at a viable proof of concept.
In the Django article, section Django ORM resources, lines 223-227, about the future integration of SQLAlchemy in Django :
It is the first time I hear about this. But what a delight !
However the only public thing close to it, that I found, was a 6-year old branch in the django repo. So it cannot be what you are talking about because you initially made this statement in June 2014 (03bb450).
Could you add a bit more context to this statement :
Still, thank you for your well-organized educational website !
The text was updated successfully, but these errors were encountered: