Files
bonobo/docs/extension/sqlalchemy.rst
2018-01-14 16:11:49 +01:00

38 lines
607 B
ReStructuredText

Working with SQL Databases
==========================
.. include:: _beta.rst
Read the introduction: https://www.bonobo-project.org/with/sqlalchemy
Installation
::::::::::::
To install the extension, use the `sqlalchemy` extra:
.. code-block:: shell-session
$ pip install bonobo[sqlalchemy]
.. note:: You can install more than one extra at a time separating the names with commas.
Overview
::::::::
There are two main tools provided by this extension. One reader, one writer.
Details
:::::::
Reference
:::::::::
Source code
:::::::::::
https://github.com/python-bonobo/bonobo-sqlalchemy