SQL Queries for admins in Discourse
Go to file
Sam 37be7a54f0 FEATURE: Upgrade to mini_sql
WARNING if you are on the stable branch of Discourse use the stable
branch of data explorer
2018-07-13 12:42:11 +10:00
.tx Transifex integration 2017-12-07 17:54:31 -05:00
assets FIX: prevent creation of query with an empty name 2018-05-09 22:23:56 +02:00
bin Transifex integration 2017-12-07 17:54:31 -05:00
config Update translations 2018-05-31 15:31:11 -04:00
spec/controllers FEATURE: Upgrade to mini_sql 2018-07-13 12:42:11 +10: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
Gemfile Transifex integration 2017-12-07 17:54:31 -05: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 FEATURE: Upgrade to mini_sql 2018-07-13 12:42:11 +10: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