apscheduler.jobstores.sqlalchemy

API

Introduction

SQLAlchemyJobStore stores jobs in any relational database management system supported by SQLAlchemy. It can use either a preconfigured Engine or you can pass it a connection URL.

External dependencies SQLAlchemy (+ the backend specific driver package)
Example examples/jobstores/sqlalchemy_.py (view online).

Table Of Contents

This Page