mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-02 05:48:52 -04:00
51fd344737
sqlalchemy.ext.horizontal_shard. The old import works with a deprecation warning.
22 lines
359 B
ReStructuredText
22 lines
359 B
ReStructuredText
.. _plugins:
|
|
.. _sqlalchemy.ext:
|
|
|
|
sqlalchemy.ext
|
|
==============
|
|
|
|
SQLAlchemy has a variety of extensions available which provide extra
|
|
functionality to SA, either via explicit usage or by augmenting the
|
|
core behavior.
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
declarative
|
|
associationproxy
|
|
orderinglist
|
|
serializer
|
|
sqlsoup
|
|
compiler
|
|
horizontal_shard
|
|
|