diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-26 11:50:40 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-26 11:50:40 -0500 |
| commit | 06da64f18b87f83e1946565a7ec0be4d6315464b (patch) | |
| tree | 1d52c7ed6c8b06dc217c7e47610d8b6fc48b6415 /README.rst | |
| parent | 6d333bc5a8fb53bee244a33d09a5032b723c2745 (diff) | |
| download | sqlalchemy-06da64f18b87f83e1946565a7ec0be4d6315464b.tar.gz | |
clarify this point
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 0ba17e00f..dca6860b2 100644 --- a/README.rst +++ b/README.rst @@ -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 |
