SQL Queries for admins in Discourse
Go to file
Robin Ward d82109b00b FIX: Adds back removed component 2017-05-11 12:45:15 -04:00
assets FIX: Adds back removed component 2017-05-11 12:45:15 -04:00
config Make enable/disable site settings available on the client. 2017-01-09 14:56:20 +08:00
spec/controllers Fix specs. 2016-08-19 16:46:03 +08:00
test Add topic,category,group,reltime rendering 2015-09-21 14:43:23 -07:00
.gitignore Initial commit as a clone of discourse-tagging 2015-06-25 09:25:15 -07:00
.jshintrc Initial commit as a clone of discourse-tagging 2015-06-25 09:25:15 -07:00
LICENSE Initial commit as a clone of discourse-tagging 2015-06-25 09:25:15 -07:00
README.md Update README.md 2015-08-25 00:52:17 -07:00
plugin.rb FIX: Avoid checking for a template when setting an etag. 2016-03-26 13:48:57 +08:00

README.md

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.

Installation

Follow our Install a Plugin howto, using git clone https://github.com/discourse/discourse-data-explorer.git as the plugin command.

Once you've installed it, turn on the data_explorer_enabled site setting, go to /admin/plugins/explorer, and start querying.

TODO - screenshots of interface, etc

License

MIT