flexget.components.history.db module#

class flexget.components.history.db.History[source]#

Bases: Base

to_dict()[source]#
_sa_class_manager = {'details': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'filename': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'task': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'time': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'title': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'url': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}#
details#
filename#
id#
task#
time#
title#
url#
flexget.components.history.db.db_cleanup(manager, session)[source]#