home / docs / sections

sections

2 rows where references = "[]" and title = "Root-enabled instances during testing"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: breadcrumbs (array)

id ▼ page ref title content breadcrumbs references
upgrade-1.0a20:root-enabled-instances-during-testing upgrade-1.0a20 root-enabled-instances-during-testing Root-enabled instances during testing When writing tests that exercise root-only functionality, make sure to set datasette.root_enabled = True on the Datasette instance. Root permissions are only granted automatically when Datasette is started with datasette --root or when the flag is enabled directly in tests. ["Datasette 1.0a20 plugin upgrade guide", "Root user checks are no longer necessary"] []
upgrade_guide:root-enabled-instances-during-testing upgrade_guide root-enabled-instances-during-testing Root-enabled instances during testing When writing tests that exercise root-only functionality, make sure to set datasette.root_enabled = True on the Datasette instance. Root permissions are only granted automatically when Datasette is started with datasette --root or when the flag is enabled directly in tests. ["Upgrade guide", "Datasette 1.0a20 plugin upgrade guide", "Root user checks are no longer necessary"] []

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