Hi all,
I've viewed a few interesting solutions.

   1. Allows to use both, Django-ORM + SQLAlchemy. Single connection. 
   SQLAlchemy's models are generated automatically form Django's models. 
   https://github.com/Deepwalker/aldjemy
   2. Uses only Django's ORM, but allows to use 4 SQLBuilders together 
   https://bitbucket.org/evotech/sqlbuilder :
      1. Dajngo QuerySet
      2. Lightweight "smartsql" SQLBuilder from this library.
      3. SQLBuilder from SQLObject.
      4. SQLBuilder from SGQLAlchemy.
   
Items 3 and 4 are not as well supported as item 2.

So, It is not a problem to use Django with other SQL builders. Django 
QuerySet syntax is really very simple, and convenient for > 85% SQL 
queries. For others, can be used external SQLBuilders.

Sorry for my English.

-- 
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/-/WYkvuZCL2jMJ.
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