ORM

A Django Model is a rich description of a chunk of database schema.

Query class builds up the queries that are produced by QuerySet in an abstract way.

SQLCompiler provides templates for the basic SQL operations, such as SELECT, INSERT, etc. and puts the queries together as strings.


Tags: database django

Edit this page
Wiki-logo