On 12/23/2012 10:08 PM, Florent Gallaire wrote:
SQLA is, as is its name indicates, a SQL ORM.
Django ORM should work for SQL and NoSQL DBMS.
Why? Because of name ?
NoSQL integration in Django is a more interesting and needed subject,
but who cares about that in the core team ?
There is no single NoSQL to integrate.

NoSQL is either simple key/value store or has a different
(arguably also Structured) Query Language with similar but
often limited functionality.

Most major NoSQL databases for which it makes sense have at
least some form of Django integration.

Hannu


-1

Cheers, Florent.

On Tue, Dec 4, 2012 at 4:19 AM, Ivan <ivan.z...@gmail.com> wrote:
вторник, 4 декабря 2012 г., 0:48:04 UTC+2 пользователь Ivan написал:
Allows to use both, Django-ORM + SQLAlchemy. Single connection.
SQLAlchemy's models are generated automatically form Django's models.
https://github.com/Deepwalker/aldjemy

Sorry for bad link. This is the correct link:
https://github.com/Deepwalker/aldjemy

--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-developers/-/L0B7gjhBTc8J.

To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en.



--
You received this message because you are subscribed to the Google Groups "Django 
developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to