mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
Update README.rst
This commit is contained in:
@@ -39,6 +39,7 @@ Or iterate over them:
|
||||
spam_user(name=r.name, email=r.user_email)
|
||||
|
||||
Values can be accessed many ways: ``row.user_email``, ``row['user_email']``, or ``row[3]``.
|
||||
|
||||
Fields with non-alphanumeric characters (like spaces) are also fully supported.
|
||||
|
||||
Or store a copy of your record collection for later reference:
|
||||
|
||||
Reference in New Issue
Block a user