document connection pooling, fixes #211
This commit is contained in:
parent
348fdf3f94
commit
f9d4113742
10
docs/api.rst
10
docs/api.rst
@ -2,8 +2,18 @@
|
||||
API documentation
|
||||
=================
|
||||
|
||||
Connecting
|
||||
----------
|
||||
|
||||
.. 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
|
||||
--------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user