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`.