SQL Query
The /inspect/sqlquery console — run arbitrary SQL against the fylr database. Disabled by default.
Last updated
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.
This runs whatever SQL you type — including writes and schema changes — with no safety net and, on the backend port, no authentication. Only use it on a private, non-production instance you can afford to break.
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.
The /inspect Backend — the console overview and auth model.
Last updated