]> git.jsancho.org Git - datasette-connectors.git/commitdiff
Explanation about Row class
authorJavier Sancho <jsf@jsancho.org>
Mon, 8 Oct 2018 14:59:36 +0000 (16:59 +0200)
committerJavier Sancho <jsf@jsancho.org>
Mon, 8 Oct 2018 14:59:36 +0000 (16:59 +0200)
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.