Removed text about executing SQL, refs #1384

pull/1386/head
Simon Willison 2021-06-26 16:04:39 -07:00
rodzic 089278b8db
commit 0d339a4897
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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