sqlalchemy.orm.mapper Mapper Example Code

Mapper is a class within the sqlalchemy.orm.mapper module of the SQLAlchemy project.

Example 1 from SQLAlchemy filters

SQLAlchemy filters provides filtering, sorting and pagination for SQLAlchemy query objects, which is particularly useful when building web APIs. SQLAlchemy filters is open sourced under the Apache License version 2.0.

SQLAlchemy filters / sqlalchemy_filters / models.py