Skip to main content

What is a query set?

SQLite Navigator

What is a query set in SQLite Navigator?

Answer:

A query set is made up of four components:

  • SQL (required)
  • A Lua script that is run against the dataset (optional)
  • A liquid template that is run against the dataset (optional)
  • A liquid template that is run against the schema of the query results (optional)

When you save a query, these four items are all in the saved file (stored as JSON). To change between each use the dropdown that is at the top of the query editor window just below the file name in it's tab.

See Also:

Query Order Execution and Example Liquid Templates and Lua Code

Last Modified: 07/06/2023