Michael Trier 9ae821ee66 Removed references to sequence in MSSQL
Implicit identities in mssql work the same as implicit sequences on any
other dialects. Explicit sequences are enabled through the use of
"default=Sequence()". See the MSSQL dialect documentation for more
information.
2009-10-22 03:29:52 +00:00
2009-10-12 16:32:29 +00:00
2009-08-06 21:11:27 +00:00
2009-08-06 21:11:27 +00:00
2009-01-12 21:19:11 +00:00
2009-01-06 18:19:59 +00:00
2008-12-30 06:24:59 +00:00
2009-08-06 21:11:27 +00:00
2009-10-10 16:14:13 +00:00
2009-08-06 21:11:27 +00:00
2009-07-28 01:23:17 +00:00
2009-08-06 21:11:27 +00:00
2009-08-06 21:11:27 +00:00

SQLAlchemy
++++++++++

The Python SQL Toolkit and Object Relational Mapper

Requirements
------------

SQLAlchemy requires Python 2.4 or higher.  One or more DB-API implementations
are also required for database access.  See docs/intro.html for more
information on supported DB-API implementations.

Installing
----------

To install::

  python setup.py install

To use without installation, include the ``lib`` directory in your Python
path.

Package Contents
----------------

  doc/
     HTML documentation, including tutorials and API reference.

  examples/
     Fully commented and executable implementations for a variety of tasks.

  lib/
     SQLAlchemy.

  test/
     Unit tests for SQLAlchemy.  See ``README.unittests`` for more
     information.

Help
----

Mailing lists, wiki, and more are available on-line at
http://www.sqlalchemy.org.

License
-------

SQLAlchemy is distributed under the `MIT license
<http://www.opensource.org/licenses/mit-license.php>`_.
S
Description
The Database Toolkit for Python
Readme MIT 156 MiB
Languages
Python 100%