You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPERS.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,4 +62,4 @@ you need to return an object that allows to do things like:
62
62
[c for c in row] == ['Susan']
63
63
json.dumps(row)
64
64
65
-
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.
65
+
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.
0 commit comments