For the complete documentation index, see llms.txt. This page is also available as Markdown.

SQL Query

The /inspect/sqlquery console — run arbitrary SQL against the fylr database. Disabled by default.

The SQL Query console (/inspect/sqlquery/) runs arbitrary SQL against the fylr PostgreSQL database and shows the result. It is a debugging tool for people who know the fylr schema.

Enabling it

The console is not registered unless fylr.debug.inspectEnableSqlQuery is set to true in fylr.yml. On a normal instance the page does not exist.

See also

Last updated