def unversioned_db(app, request): """An unversioned db fixture. """ db = flask_sqlalchemy.SQLAlchemy(app) yield db