sqlalchemy.orm.util AliasedClass Example Code

AliasedClass is a class within the sqlalchemy.orm.util module of the SQLAlchemy project.

AliasedInsp and identity_key are a couple of other callables within the sqlalchemy.orm.util package that also have code examples.

Example 1 from SQLAlchemy Mixins

SQLAlchemy Mixins (PyPI package information) is a collection of mixins useful for extending SQLAlchemy and simplifying your database-interacting code for some common use cases. SQLAlchemy Mixins is open sourced under the MIT license.

SQLAlchemy Mixins / sqlalchemy_mixins / smartquery.py