mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Documentation for datasette.databases property, closes #1443
This commit is contained in:
parent
4eb3ae40fb
commit
7e15422aac
1 changed files with 11 additions and 0 deletions
|
|
@ -196,6 +196,17 @@ Datasette class
|
|||
|
||||
This object is an instance of the ``Datasette`` class, passed to many plugin hooks as an argument called ``datasette``.
|
||||
|
||||
.. _datasette_databases:
|
||||
|
||||
.databases
|
||||
----------
|
||||
|
||||
Property exposing an ordered dictionary of databases currently connected to Datasette.
|
||||
|
||||
The dictionary keys are the name of the database that is used in the URL - e.g. ``/fixtures`` would have a key of ``"fixtures"``. The values are :ref:`internals_database` instances.
|
||||
|
||||
All databases are listed, irrespective of user permissions. This means that the ``_internal`` database will always be listed here.
|
||||
|
||||
.. _datasette_plugin_config:
|
||||
|
||||
.plugin_config(plugin_name, database=None, table=None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue