From 506c45e7c765f455333e9ae2b58810021c3745ea Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 24 Mar 2023 07:31:35 -0700 Subject: [PATCH] Note that it's currently just the first database --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cca85f5..69e3e11 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ You can then ask it questions! Some starting examples: - Show a list of tables (this is always good to start with as it ensures ChatGPT knows which tables are available) - Show the first 10 rows of the `mytable` table +This plugin currently exposes a single database - the first database attached to your instance. + ## Development To set up this plugin locally, first checkout the code. Then create a new virtual environment: