~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to doc/_sources/core/index.txt

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _core_toplevel:
2
 
 
3
 
SQLAlchemy Core
4
 
===============
5
 
 
6
 
The breadth of SQLAlchemy’s SQL rendering engine, DBAPI integration,
7
 
transaction integration, and schema description services are documented here.
8
 
In contrast to the ORM’s domain-centric mode of usage, the SQL Expression
9
 
Language provides a schema-centric usage paradigm.
10
 
 
11
 
.. toctree::
12
 
    :maxdepth: 3
13
 
 
14
 
    tutorial
15
 
    expression_api
16
 
    schema
17
 
    engines
18
 
    connections
19
 
    pooling
20
 
    event
21
 
    events
22
 
    compiler
23
 
    inspection
24
 
    serializer
25
 
    interfaces
26
 
    exceptions
27
 
    internals