]> git.jsancho.org Git - datasette-connectors.git/blobdiff - DEVELOPERS.md
Explanation about Row class
[datasette-connectors.git] / DEVELOPERS.md
index c93ec413032f12e824c7314122c9a6e6a4abe488..a0bf3db6c58d6fa4a5fe3d3501cae3305186263c 100644 (file)
@@ -62,4 +62,4 @@ you need to return an object that allows to do things like:
     [c for c in row] == ['Susan']
     json.dumps(row)
 
-For example, you can extend the `list` object to get it, but as long as you implement a similar interface, you can develop your own implementation too.
+Datasette-Connectors provides you a Row class that extends `list` object to get it, but as long as you implement a similar interface, you can develop your own implementation too.