sqlalchemy.sql.functions FunctionElement Example Code

FunctionElement is a class within the sqlalchemy.sql.functions module of the SQLAlchemy project.

GenericFunction is another callable from the sqlalchemy.sql.functions 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 / elements.py