Removed text about executing SQL, refs #1384

This commit is contained in:
Simon Willison 2021-06-26 16:04:39 -07:00
commit 0d339a4897

View file

@ -1134,7 +1134,7 @@ get_metadata(datasette, key, database, table, fallback)
-------------------------------------------------------
``datasette`` - :ref:`internals_datasette`
You can use this to access plugin configuration options via ``datasette.plugin_config(your_plugin_name)``, or to execute SQL queries.
You can use this to access plugin configuration options via ``datasette.plugin_config(your_plugin_name)``.
``actor`` - dictionary or None
The currently authenticated :ref:`actor <authentication_actor>`.