Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-11-14 13:41:58
Size: 954
Editor: anonymous
Comment: converted to 1.6 markup
Revision 4 as of 2022-04-05 01:02:38
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= 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 ==

 * http://www.sqlalchemy.org/community.html

== Dependencies ==
 * python
 * setuptools

== Build Notes ==

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

== Changelog ==

=== 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