Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-sqlalchemy: Modular and flexible ORM library for python
- Summary
- SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible,
high-level interface to SQL databases. Database and domain concepts are
decoupled, allowing both sides maximum flexibility and power. SQLAlchemy
provides a powerful mapping layer that can work as automatically or as manually
as you choose, determining relationships based on foreign keys or letting you
define the join conditions explicitly, to bridge the gap between database and
domain.
Changelog
- * Fri Mar 23 17:00:00 2007 Toshio Kuratomi <toshio{%}tiki-lounge{*}com> - 0.3.6-1
- Update to new upstream version 0.3.6
- * Sat Mar 10 16:00:00 2007 Toshio Kuratomi <toshio{%}tiki-lounge{*}com> - 0.3.5-1
- Update to new upstream version 0.3.5
- Simplify the files listing
- * Tue Jan 23 16:00:00 2007 Toshio Kuratomi <toshio{%}tiki-lounge{*}com> - 0.3.4-2
- Remember to upload the source tarball to the lookaside cache.