Martin Brennan 70b973ea9a
FEATURE: Move query limit to hidden site setting (#153)
Previously the `QUERY_RESULT_DEFAULT_LIMIT` const was used
to limit the number of query results. This commit adds the
`data_explorer_query_result_limit` site setting which defaults
to 1000 and has a max of 10000 which matches the const
`QUERY_RESULT_MAX_LIMIT`.
2022-01-19 12:27:21 +10:00
2021-09-10 14:17:30 +10:00
2020-09-04 13:23:11 +02:00
2021-07-02 10:31:16 +02:00
2021-07-02 10:31:16 +02:00
2020-05-06 18:11:07 +02:00
2020-09-25 11:46:42 -05:00
2021-07-02 10:31:16 +02:00
2018-08-14 15:59:59 +10:00

discourse-data-explorer

This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.

Details at: https://meta.discourse.org/t/data-explorer-plugin/32566

Description
SQL Queries for admins in Discourse
Readme MIT 2.9 MiB
Languages
Ruby 55.5%
JavaScript 41.9%
SCSS 2.6%