[docs] More documentation rewriting.
This commit is contained in:
@ -1,16 +1,37 @@
|
||||
SQLAlchemy Extension
|
||||
====================
|
||||
Working with SQL Databases
|
||||
==========================
|
||||
|
||||
.. todo:: The `bonobo-sqlalchemy` package is at a very alpha stage, and things will change. This section is here to
|
||||
give a brief overview but is neither complete nor definitive.
|
||||
.. 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user