~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/_sources/index.txt

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-10-28 22:29:40 UTC
  • mfrom: (1.4.24)
  • Revision ID: package-import@ubuntu.com-20131028222940-wvyqffl4g617caun
Tags: 0.8.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
:ref:`Overview <overview>` |
13
13
:ref:`Installation Guide <installation>` |
 
14
:doc:`Frequently Asked Questions <faq>` |
14
15
:doc:`Migration from 0.7 <changelog/migration_08>` |
15
16
:doc:`Glossary <glossary>` |
16
17
:doc:`Changelog catalog <changelog/index>`
74
75
  :doc:`Connection Pooling <core/pooling>`
75
76
 
76
77
* **Schema Definition:**
77
 
  :ref:`Tables and Columns <metadata_describing>` |
78
 
  :ref:`Database Introspection (Reflection) <metadata_reflection>` |
79
 
  :ref:`Insert/Update Defaults <metadata_defaults>` |
80
 
  :ref:`Constraints and Indexes <metadata_constraints>` |
81
 
  :ref:`Using Data Definition Language (DDL) <metadata_ddl>`
 
78
  :ref:`Tables and Columns <metadata_describing_toplevel>` |
 
79
  :ref:`Database Introspection (Reflection) <metadata_reflection_toplevel>` |
 
80
  :ref:`Insert/Update Defaults <metadata_defaults_toplevel>` |
 
81
  :ref:`Constraints and Indexes <metadata_constraints_toplevel>` |
 
82
  :ref:`Using Data Definition Language (DDL) <metadata_ddl_toplevel>`
82
83
 
83
84
* **Datatypes:**
84
85
  :ref:`Overview <types_toplevel>` |