home / docs / sections

Menu

sections

15 rows where breadcrumbs contains "Built-in actions"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: references, breadcrumbs (array)

id ▼ page ref title content breadcrumbs references
authentication:actions-alter-table authentication actions-alter-table alter-table Actor is allowed to alter a database table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-create-table authentication actions-create-table create-table Actor is allowed to create a database table. resource - datasette.resources.DatabaseResource(database) database is the name of the database (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-debug-menu authentication actions-debug-menu debug-menu Controls if the various debug pages are displayed in the jump menu. ["Authentication and permissions", "Built-in actions"] []
authentication:actions-delete-row authentication actions-delete-row delete-row Actor is allowed to delete rows from a table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-drop-table authentication actions-drop-table drop-table Actor is allowed to drop a database table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-execute-sql authentication actions-execute-sql execute-sql Actor is allowed to run arbitrary SQL queries against a specific database, e.g. https://latest.datasette.io/fixtures/-/query?sql=select+100 resource - datasette.resources.DatabaseResource(database) database is the name of the database (string) See also the default_allow_sql setting . ["Authentication and permissions", "Built-in actions"] [{"href": "https://latest.datasette.io/fixtures/-/query?sql=select+100", "label": "https://latest.datasette.io/fixtures/-/query?sql=select+100"}]
authentication:actions-insert-row authentication actions-insert-row insert-row Actor is allowed to insert rows into a table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-permissions-debug authentication actions-permissions-debug permissions-debug Actor is allowed to view the /-/permissions debug tools. ["Authentication and permissions", "Built-in actions"] []
authentication:actions-set-column-type authentication actions-set-column-type set-column-type Actor is allowed to set assigned column types for columns in a table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-update-row authentication actions-update-row update-row Actor is allowed to update rows in a table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-view-database authentication actions-view-database view-database Actor is allowed to view a database page, e.g. https://latest.datasette.io/fixtures resource - datasette.permissions.DatabaseResource(database) database is the name of the database (string) ["Authentication and permissions", "Built-in actions"] [{"href": "https://latest.datasette.io/fixtures", "label": "https://latest.datasette.io/fixtures"}]
authentication:actions-view-database-download authentication actions-view-database-download view-database-download Actor is allowed to download a database, e.g. https://latest.datasette.io/fixtures.db resource - datasette.resources.DatabaseResource(database) database is the name of the database (string) ["Authentication and permissions", "Built-in actions"] [{"href": "https://latest.datasette.io/fixtures.db", "label": "https://latest.datasette.io/fixtures.db"}]
authentication:actions-view-instance authentication actions-view-instance view-instance Top level permission - Actor is allowed to view any pages within this instance, starting at https://latest.datasette.io/ ["Authentication and permissions", "Built-in actions"] [{"href": "https://latest.datasette.io/", "label": "https://latest.datasette.io/"}]
authentication:actions-view-query authentication actions-view-query view-query Actor is allowed to view (and execute) a canned query page, e.g. https://latest.datasette.io/fixtures/pragma_cache_size - this includes executing Writable canned queries . resource - datasette.resources.QueryResource(database, query) database is the name of the database (string) query is the name of the canned query (string) ["Authentication and permissions", "Built-in actions"] [{"href": "https://latest.datasette.io/fixtures/pragma_cache_size", "label": "https://latest.datasette.io/fixtures/pragma_cache_size"}]
authentication:actions-view-table authentication actions-view-table view-table Actor is allowed to view a table (or view) page, e.g. https://latest.datasette.io/fixtures/complex_foreign_keys resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] [{"href": "https://latest.datasette.io/fixtures/complex_foreign_keys", "label": "https://latest.datasette.io/fixtures/complex_foreign_keys"}]

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [sections] (
   [id] TEXT PRIMARY KEY,
   [page] TEXT,
   [ref] TEXT,
   [title] TEXT,
   [content] TEXT,
   [breadcrumbs] TEXT,
   [references] TEXT
);
Powered by Datasette · Queries took 1.2ms