home / docs / sections_fts

Menu

sections_fts: 7

This data as json

rowid title content
7 Queries configuration Queries are named SQL queries that appear in the Datasette interface. They can be configured in datasette.yaml using the queries key at the database level: [[[cog from metadata_doc import config_example, config_example config_example(cog, { "databases": { "sf-trees": { "queries": { "just_species": { "sql": "select qSpecies from Street_Tree_List" } } } } }) ]]] [[[end]]] See the queries documentation for more, including how to configure writable queries .
Powered by Datasette · Queries took 4.491ms