From b6b61af4ec3b3ff15e6101561dec8567847c881f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 19 Jun 2020 20:11:22 -0700 Subject: [PATCH] Basic usage intructions, closes #4 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bffecef..92fe2fb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ Install this plugin in the same environment as Datasette. ## Usage -Usage instructions go here. +When the plugin is installed Datasette will automatically create a `saved_queries` table in the first connected database when it starts up. + +It also creates a `save_query` writable canned query which you can use to save new queries. + +Queries that you save will be added to the query list on the database page. ## Development