document connection pooling, fixes #211

This commit is contained in:
Friedrich Lindenberg 2017-09-02 08:36:09 +02:00
parent 348fdf3f94
commit f9d4113742

View File

@ -2,8 +2,18 @@
API documentation API documentation
================= =================
Connecting
----------
.. autofunction:: dataset.connect .. autofunction:: dataset.connect
Notes
-----
* **dataset** uses SQLAlchemy connection pooling when connecting to the
database. There is no way of explicitly clearing or shutting down the
connections, other than having the dataset instance garbage collected.
Database Database
-------- --------