mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed text about executing SQL, refs #1384
This commit is contained in:
parent
089278b8db
commit
0d339a4897
1 changed files with 1 additions and 1 deletions
|
|
@ -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>`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue