SQL Queries for admins in Discourse
Go to file
Kane York d4d541747e Add a statement timeout so you can't tie up the serve 2015-09-14 16:08:30 -07:00
assets Fix rendering of columns named topic_id 2015-09-14 16:00:39 -07:00
config Remove HTTPS warning 2015-08-03 15:09:51 -07:00
spec/controllers Add Ruby tests 2015-07-15 13:20:42 -07:00
test/javascripts/acceptance Fix float type checks 2015-07-15 12:23:56 -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 Add a statement timeout so you can't tie up the serve 2015-09-14 16:08:30 -07: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