Hi there,

I am currently looking at Django for a personal project. While I understand 
how a lot of it works I can't wrap my head around how the actual DB 
querying is done specifically what part of Django actually looks at the 
database (I'm not talking about Manager, Models or Querysets, but the 
actual parts of Django that use the ORM's to get data from the database 
itself).

If a reason is required without going into detail on my current half-baked 
idea, I'm specifically looking how to handle database operations that have 
a significant return time by marrying asynchronous environments with 
synchronous ones. While it may be more efficant to use a non-Django 
database handler. For now I want to look into using the Django framework 
without needing additional imports.

Many thanks in advance

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cf4af3ee-2d5f-49cb-b842-302168705e2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to