python-sqlalchemy - Modular and flexible ORM library for python
Website: | http://www.sqlalchemy.org/ |
---|---|
License: | MIT |
- Description:
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. This package includes the python 2 version of the module.
Packages
python-sqlalchemy-1.0.14-1.el7.centos.src [4.6 MiB] |
Changelog
by Aurelien Bompard (2016-01-14):
- version 1.0.11 |
python-sqlalchemy-1.0.11-1.el7.centos.src [4.5 MiB] |
Changelog
by Aurelien Bompard (2016-01-14):
- version 1.0.11 |
python-sqlalchemy-0.9.8-1.el7.centos.src [3.9 MiB] |
Changelog
by Nils Philippsen (2014-10-15):
- version 0.9.8, upstream feature and bugfix release - avoid using unversioned python macros - use py.test instead of nose for tests |