]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
clarify this point
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2012 16:50:40 +0000 (11:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2012 16:50:40 +0000 (11:50 -0500)
README.rst

index 0ba17e00f976c3b18aa0ca23b90ace6efa99d56a..dca6860b23c812f370e376fd365c6f6fc8615c19 100644 (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