clarify this point

This commit is contained in:
Mike Bayer 2012-01-26 11:50:40 -05:00
parent 6d333bc5a8
commit 06da64f18b
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ SQLAlchemy's philosophy:
retain full control over the structure of
queries, including how joins are organized,
how subqueries and correlation is used, what
columns are requested.
columns are requested. Everything SQLAlchemy
does is ultimately the result of a developer-
initiated decision.
* Don't use an ORM if the problem doesn't need one.
SQLAlchemy consists of a Core and separate ORM
component. The Core offers a full SQL expression