diff --git a/README.rst b/README.rst index 3087192..f6a6a43 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,13 @@ Or store a copy of your record collection for later reference: >>> rows.all() [, , , ...] +If you're only expecting one result: + +.. code:: python + + >>> rows.one() + + Other options include ``rows.as_dict()`` and ``rows.as_dict(ordered=True)``. ☤ Features