summaryrefslogtreecommitdiff
authorAlejandro Mery <amery@geeks.cl>2008-11-28 22:33:15 (GMT)
committer Alejandro Mery <amery@geeks.cl>2008-12-12 23:15:23 (GMT)
commitdf431b7462231c91448cbd33d90c28c7bcff4333 (patch)
tree6a7dcc477968d1b0240622951603c14b3e4720a7
parent9e835a90a624d5203edb76c4f2180c07532d3aa4 (diff)
sqlalchemy: justified [T]
Diffstat
-rw-r--r--python/sqlalchemy/sqlalchemy.desc9
1 files changed, 4 insertions, 5 deletions
diff --git a/python/sqlalchemy/sqlalchemy.desc b/python/sqlalchemy/sqlalchemy.desc
index 0e308de..1d72c9c 100644
--- a/python/sqlalchemy/sqlalchemy.desc
+++ b/python/sqlalchemy/sqlalchemy.desc
@@ -15,11 +15,10 @@
[I] A SQL toolkit and object relational mapper for Python
[T] SQLAlchemy is a SQL toolkit and object relational mapper for Python. It
-[T] encourages "relational mapping" as opposed to
-[T] "table mapping" and includes enterprise-level features
-[T] such as eager loading, unit-of-work object commits, topological dependency
-[T] sorting, and full usage of bind parameters. It supports MySQL, Postgres,
-[T] Oracle, and SQLite.
+[T] encourages "relational mapping" as opposed to "table mapping" and includes
+[T] enterprise-level features such as eager loading, unit-of-work object
+[T] commits, topological dependency sorting, and full usage of bind parameters.
+[T] It supports MySQL, Postgres, Oracle, and SQLite.
[U] http://www.sqlalchemy.org