--- a/doc/book/en/devrepo/devcore/dbapi.rst Fri Mar 08 09:15:09 2013 +0100
+++ b/doc/book/en/devrepo/devcore/dbapi.rst Wed Jan 09 18:37:48 2013 +0100
@@ -111,15 +111,18 @@
:members:
-The `Cursor` API
-~~~~~~~~~~~~~~~~
+The `Cursor` and `Connection` API
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The whole cursor API is developped below.
.. note::
- In practice we use the `.execute` method on the _cw object of
+ In practice you'll usually use the `.execute` method on the _cw object of
appobjects. Usage of other methods is quite rare.
.. autoclass:: cubicweb.dbapi.Cursor
:members:
+
+.. autoclass:: cubicweb.dbapi.Connection
+ :members: