From d2cabe41aa98dfef8e2653308ecd273b734ac13f Mon Sep 17 00:00:00 2001 From: Javier Sancho Date: Mon, 8 Oct 2018 16:59:36 +0200 Subject: [PATCH] Explanation about Row class --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2