sqlalchemy.sql.elements ColumnElement Example Code

ColumnElement is a class within the sqlalchemy.sql.elements module of the SQLAlchemy project.

Label is another callable from the sqlalchemy.sql.elements package with code examples.

Example 1 from GeoAlchemy2

GeoAlchemy2 (project documentation and PyPI package information) extends SQLAlchemy with new data types for working with geospatial databases, particularly PostGIS, which is a spatial database extender for PostgreSQL. The project is provided as open source under the MIT license.

GeoAlchemy2 / geoalchemy2 / functions.py