File: api.rst

package info (click to toggle)
sqlalchemy 2.0.40%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,404 kB
  • sloc: python: 410,002; makefile: 230; sh: 7
file content (28 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
:orphan:

.. automodule:: sqlalchemy.ext.declarative

===============
Declarative API
===============

API Reference
=============

.. versionchanged:: 1.4  The fundamental structures of the declarative
   system are now part of SQLAlchemy ORM directly.   For these components
   see:

   * :func:`_orm.declarative_base`

   * :class:`_orm.declared_attr`

   * :func:`_orm.has_inherited_table`

   * :func:`_orm.synonym_for`

   * :meth:`_orm.as_declarative`

See :ref:`declarative_toplevel` for the remaining Declarative extension
classes.