summaryrefslogtreecommitdiff
path: root/apscheduler/jobstores/sqlalchemy.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-06-16 18:30:10 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-06-16 20:18:13 +0300
commita07a13a2cd00744c65de75b4076d26c4bb37898d (patch)
tree31e75972266ea4b163e2a483e56c8aaf05bb11b8 /apscheduler/jobstores/sqlalchemy.py
parentbb20daf50be0a35c449568e3961790ce8b153366 (diff)
downloadapscheduler-a07a13a2cd00744c65de75b4076d26c4bb37898d.tar.gz
Added entry points for executors and job stores too
Added shortcut methods for configuring executors and job stores
Diffstat (limited to 'apscheduler/jobstores/sqlalchemy.py')
-rw-r--r--apscheduler/jobstores/sqlalchemy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apscheduler/jobstores/sqlalchemy.py b/apscheduler/jobstores/sqlalchemy.py
index 9f3c460..f1692a5 100644
--- a/apscheduler/jobstores/sqlalchemy.py
+++ b/apscheduler/jobstores/sqlalchemy.py
@@ -20,6 +20,8 @@ class SQLAlchemyJobStore(BaseJobStore):
"""
Stores jobs in a database table using SQLAlchemy. The table will be created if it doesn't exist in the database.
+ Plugin alias: ``sqlalchemy``
+
:param str url: connection string (see `SQLAlchemy documentation
<http://docs.sqlalchemy.org/en/latest/core/engines.html?highlight=create_engine#database-urls>`_
on this)