Files
deb-python-taskflow/taskflow/persistence/backends/impl_sqlalchemy.py
Joshua Harlow 880e51f026 Allow the usage of a passed in sqlalchemy engine
In certain use-cases a user of taskflow will likely
have a pre-existing engine that they want to use with
out SQLAlchemyBackend. To allow them to provide such
an engine via the backends constructor for use-cases
where this makes sense.

At the same time move the validation function the
connection class so that it can be called by users
to verify their connection is valid.

Change-Id: I8150194570a84e19712d7d4ca66b79b7161a76e7
2014-02-04 13:58:52 -08:00

21 KiB