Update README.rst

This commit is contained in:
2016-02-07 01:15:17 -05:00
parent 9f0765b3f6
commit 3643da1838
+1 -1
View File
@@ -10,8 +10,8 @@ with your results.
.. code:: python
import relational
db = relational.Database('postgres://...')
rows = db.query('select * from active_users') # or db.query_file('sqls/active-users.sql')
You can grab rows one at a time: