Browse Source

sqlalchemy: justified [T]

early
Alejandro Mery 16 years ago committed by Alejandro Mery
parent
commit
e45bef66ad
  1. 9
      python/sqlalchemy/sqlalchemy.desc

9
python/sqlalchemy/sqlalchemy.desc

@ -15,11 +15,10 @@
[I] A SQL toolkit and object relational mapper for Python [I] A SQL toolkit and object relational mapper for Python
[T] SQLAlchemy is a SQL toolkit and object relational mapper for Python. It [T] SQLAlchemy is a SQL toolkit and object relational mapper for Python. It
[T] encourages "relational mapping" as opposed to [T] encourages "relational mapping" as opposed to "table mapping" and includes
[T] "table mapping" and includes enterprise-level features [T] enterprise-level features such as eager loading, unit-of-work object
[T] such as eager loading, unit-of-work object commits, topological dependency [T] commits, topological dependency sorting, and full usage of bind parameters.
[T] sorting, and full usage of bind parameters. It supports MySQL, Postgres, [T] It supports MySQL, Postgres, Oracle, and SQLite.
[T] Oracle, and SQLite.
[U] http://www.sqlalchemy.org [U] http://www.sqlalchemy.org

Loading…
Cancel
Save