Skip to content

Commit ac45008

Browse files
committed
link sections for sqlalchemy
1 parent c46c471 commit ac45008

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

content/pages/03-data/06-sqlalchemy.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
8894
There is no reason why you cannot use the SQLAlchemy library in any
8995
application that requires a database backend. However, if you are

content/pages/examples/sqlalchemy/sqlalchemy-example-projects.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)