Skip to content

Commit e4828be

Browse files
committed
adding a couple of sqlalchemy extensions as to list
1 parent 472fcf4 commit e4828be

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

content/pages/examples/sqlalchemy/sqlalchemy-extensions-plug-ins.markdown

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ flask-sqlalchemy is provided as open source under the
6161
[BSD 3-Clause "New" or "Revised" License](https://github.com/pallets/flask-sqlalchemy/blob/master/LICENSE.rst).
6262

6363

64+
### GeoAlchemy2
65+
[GeoAlchemy2](https://github.com/geoalchemy/geoalchemy2)
66+
([project documentation](https://geoalchemy-2.readthedocs.io/en/latest/)
67+
and
68+
[PyPI package information](https://pypi.org/project/GeoAlchemy2/))
69+
extends [SQLAlchemy](/sqlalchemy.html) with new data types for working
70+
with geospatial databases, particularly [PostGIS](http://postgis.net/),
71+
which is a spatial database extender for [PostgreSQL](/postgresql.html).
72+
The project is provided as open source under the
73+
[MIT license](https://github.com/geoalchemy/geoalchemy2/blob/master/COPYING.rst).
74+
75+
6476
### GINO
6577
[GINO](https://github.com/fantix/gino)
6678
([project documentation](https://python-gino.readthedocs.io/en/latest/)
@@ -74,6 +86,21 @@ with asynchronously-run code, for example, an application written with
7486
GINO is open sourced under the [BSD License](https://github.com/python-gino/gino/blob/master/LICENSE).
7587

7688

89+
### graphene-sqlalchemy
90+
[graphene-sqlalchemy](https://github.com/graphql-python/graphene-sqlalchemy)
91+
([project documentation](https://docs.graphene-python.org/projects/sqlalchemy/en/latest/)
92+
and
93+
[PyPI package information](https://pypi.org/project/graphene-sqlalchemy/))
94+
is a [SQLAlchemy](/sqlalchemy.html) integration for
95+
[Graphene](https://graphene-python.org/), which makes it easier to build
96+
GraphQL-based [APIs](/application-programming-interfaces.html) into Python
97+
[web applications](/web-development.html). The package allows you to
98+
subclass SQLAlchemy classes and build queries around them with custom
99+
code to match the backend queries with the GraphQL-based request queries.
100+
The project is provided as open source under the
101+
[MIT license](https://github.com/graphql-python/graphene-sqlalchemy/blob/master/LICENSE.md).
102+
103+
77104
### marshmallow-sqlalchemy
78105
[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)
79106
([project documentation](https://marshmallow-sqlalchemy.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)