0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-data-explorer
2026-03-18 12:06:56 +01:00
..
admin/assets/javascripts/admin DEV: moves field type on the field (#38552) 2026-03-12 20:03:01 +01:00
app PERF: add pagination to data explorer queries list (#38547) 2026-03-12 15:50:36 -03:00
assets DEV: moves field type on the field (#38552) 2026-03-12 20:03:01 +01:00
config I18N: Update translations (#38683) 2026-03-18 12:06:56 +01:00
db/migrate DEV: Tidy plugin API key scope resource names (#38640) 2026-03-17 13:03:42 +11:00
lib FIX: Enforce max limit for data explorer queries (#38320) 2026-03-06 14:43:43 +08:00
spec DEV: Tidy plugin API key scope resource names (#38640) 2026-03-17 13:03:42 +11:00
test/javascripts PERF: add pagination to data explorer queries list (#38547) 2026-03-12 15:50:36 -03:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb DEV: Tidy plugin API key scope resource names (#38640) 2026-03-17 13:03:42 +11:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01: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