sqlalchemy.sql.elements Label Example Code

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

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

Example 1 from GINO

GINO (project documentation and PyPI package information) is an object-relational mapper (ORM) built on SQLAlchemy that is non-blocking and therefore designed to work properly with asynchronously-run code, for example, an application written with asyncio.

GINO is open sourced under the BSD License.

GINO / src/gino / loader.py

Example 2 from indico

indico (project website, documentation and sandbox demo) is a Flask-based web app for event management that is powered by SQLAlchemy on the backend. The code for this project is open sourced under the MIT license.

indico / indico / core / marshmallow.py