Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-03-14 16:33:49
Size: 954
Comment: initial version
Revision 3 as of 2008-12-27 20:22:38
Size: 1110
Comment: update sqlalchemy to 0.4.6.p0
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
=== SQLAlchemy-0.4.6.p0 (Yi Qiang, June 25, 2008) ===
 * version bump
 * make sure to delete the old SQLAlchemy install directories (Michael Abshoff)
 

SQLAlchemy

Description

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

Website: http://www.sqlalchemy.org/

License

MIT

SPKG Maintainers

  • Yi Qiang

Upstream Contact

Dependencies

  • python
  • setuptools

Build Notes

Use the standard sources. No changes from the official sources.

Changelog

SQLAlchemy-0.4.6.p0 (Yi Qiang, June 25, 2008)

  • version bump
  • make sure to delete the old SQLAlchemy install directories (Michael Abshoff)

SQLAlchemy-0.4.3.p1 (Michael Abshoff, March 14th, 2008)

  • add hg repo
  • add .hgignore
  • make sure SAGE_LOCAL is installed (#633)
  • use /usr/bin/env bash shebang (#1638)

SQLAlchemy-0.4.3.p0 (Yi Qiang)

  • Initial version