X-Git-Url: https://git.jsancho.org/?p=datasette-connectors.git;a=blobdiff_plain;f=DEVELOPERS.md;fp=DEVELOPERS.md;h=a0bf3db6c58d6fa4a5fe3d3501cae3305186263c;hp=c93ec413032f12e824c7314122c9a6e6a4abe488;hb=d2cabe41aa98dfef8e2653308ecd273b734ac13f;hpb=5f9d4496d17be9928ad92e4419d024a717fc2102 diff --git a/DEVELOPERS.md b/DEVELOPERS.md index c93ec41..a0bf3db 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -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.