From 968ce53689b088748e1587f5a57e5cc8150f8ea1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 28 Jun 2020 20:49:45 -0700 Subject: [PATCH] Added datasette-write to plugins list on Ecosystem --- docs/ecosystem.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 72a2845e..04a14453 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -112,6 +112,11 @@ datasette-init `datasette-init `__ allows you to define tables and views in your metadata file that should be created on startup if they do not already exist. +datasette-write +--------------- + +`datasette-write `__ provides an interface at ``/-/write`` allowing users to execute SQL write queries against a selected database. + datasette-media --------------- @@ -219,4 +224,4 @@ datasette-sentry datasette-publish-fly --------------------- -`datasette-publish-fly `__ lets you publish Datasette instances using the `Fly `__ hosting platform. See also :ref:`publish_fly`. \ No newline at end of file +`datasette-publish-fly `__ lets you publish Datasette instances using the `Fly `__ hosting platform. See also :ref:`publish_fly`.