SQL Queries for admins in Discourse
Go to file
Régis Hanol e77cf95a58
Merge pull request #10 from schungx/patch-1
Avoid exception when object.user is nil
2017-12-07 15:23:38 +01:00
assets Make eslint happy. 2017-08-02 18:05:33 +09:00
config Merge pull request #7 from SidVal/patch-2 2017-06-14 11:05:05 +05:30
spec/controllers FIX: exporting result in CSV format was broken 2017-10-04 17:50:14 +05:30
.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 Avoid exception when object.user is nil 2017-12-07 15:08:44 +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