discourse/plugins/discourse-data-explorer
2025-11-12 14:48:49 +01:00
..
app DEV: Allow query parameters to be sent without JSON-encoding them. (#35314) 2025-10-13 14:12:29 +11:00
assets DEV: Update lint-config and apply autofixes (#35991) 2025-11-12 14:48:49 +01:00
config Update translations (#35437) 2025-10-29 12:01:30 +01:00
db/migrate
lib FIX: Bookmarkable query placholders (#35935) 2025-11-10 12:36:53 +10:00
spec DEV: Improve validity checking of JSON param values. (#35401) 2025-10-15 14:31:12 +11:00
test/javascripts DEV: Remove unneeded const self = this; from qunit tests (#35632) 2025-10-27 18:07:22 +00:00
package.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00
plugin.rb DEV: new API endpoint for data explorer query running (#34561) 2025-08-27 15:52:08 +10:00
README.md
tsconfig.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00

Data Explorer Plugin

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

For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566