blob: 98924c2e275c922d56a925e1a8b430bc9fdb74ff (
plain)
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.
|