home / docs / sections

sections

8 rows where breadcrumbs = "["Authentication and permissions", "Built-in permissions"]", page = "authentication" and references = "[]"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: breadcrumbs (array)

id ▼ page ref title content breadcrumbs references
authentication:permissions-alter-table authentication permissions-alter-table alter-table Actor is allowed to alter a database table. resource - tuple: (string, string) The name of the database, then the name of the table Default deny . ["Authentication and permissions", "Built-in permissions"] []
authentication:permissions-create-table authentication permissions-create-table create-table Actor is allowed to create a database table. resource - string The name of the database Default deny . ["Authentication and permissions", "Built-in permissions"] []
authentication:permissions-debug-menu authentication permissions-debug-menu debug-menu Controls if the various debug pages are displayed in the navigation menu. Default deny . ["Authentication and permissions", "Built-in permissions"] []
authentication:permissions-delete-row authentication permissions-delete-row delete-row Actor is allowed to delete rows from a table. resource - tuple: (string, string) The name of the database, then the name of the table Default deny . ["Authentication and permissions", "Built-in permissions"] []
authentication:permissions-drop-table authentication permissions-drop-table drop-table Actor is allowed to drop a database table. resource - tuple: (string, string) The name of the database, then the name of the table Default deny . ["Authentication and permissions", "Built-in permissions"] []
authentication:permissions-insert-row authentication permissions-insert-row insert-row Actor is allowed to insert rows into a table. resource - tuple: (string, string) The name of the database, then the name of the table Default deny . ["Authentication and permissions", "Built-in permissions"] []
authentication:permissions-permissions-debug authentication permissions-permissions-debug permissions-debug Actor is allowed to view the /-/permissions debug page. Default deny . ["Authentication and permissions", "Built-in permissions"] []
authentication:permissions-update-row authentication permissions-update-row update-row Actor is allowed to update rows in a table. resource - tuple: (string, string) The name of the database, then the name of the table Default deny . ["Authentication and permissions", "Built-in permissions"] []

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