File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ idiosyncratic differences between database implementations in
8484[ PostgreSQL] ( /postgresql.html ) .
8585
8686
87+ ### SQLAlchemy Extensions, Plug-ins and Related Libraries
88+ Take a look at the
89+ [ SQLAlchemy extensions, plug-ins and related libraries] ( /sqlalchemy-extensions-plug-ins-related-libraries.html )
90+ page for a curated list of useful code libraries to use with SQLAlchemy.
91+
92+
8793### Using SQLAlchemy with Web Frameworks
8894There is no reason why you cannot use the SQLAlchemy library in any
8995application that requires a database backend. However, if you are
Original file line number Diff line number Diff line change @@ -52,4 +52,17 @@ The marshmallow-sqlalchemy project is provided as open source under the
5252[ MIT license] ( https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/LICENSE ) .
5353
5454
55+ ### sqlalchemy-utils
56+ [ sqlalchemy-utils] ( https://github.com/kvesteri/sqlalchemy-utils )
57+ ([ project documentation] ( https://sqlalchemy-utils.readthedocs.io/en/latest/ )
58+ and
59+ [ PyPI package information] ( https://pypi.org/project/SQLAlchemy-Utils/ ) )
60+ is a code library with various helper functions and new data types
61+ that make it easier to use [ SQLAlchemy] ( /sqlachemy.html ) when building
62+ projects that involve more specific storage requirements such as
63+ [ currency] ( https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html#module-sqlalchemy_utils.types.currency ) .
64+ The wide array of
65+ [ data types] ( https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html )
66+ includes [ ranged values] ( https://sqlalchemy-utils.readthedocs.io/en/latest/range_data_types.html )
67+ and [ aggregated attributes] ( https://sqlalchemy-utils.readthedocs.io/en/latest/aggregates.html ) .
5568
You can’t perform that action at this time.
0 commit comments