discourse-data-explorer/README.md

19 lines
582 B
Markdown
Raw Normal View History

### 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](https://meta.discourse.org/t/install-a-plugin/19157)
howto, using `git clone https://github.com/discourse/discourse-data-explorer.git`
as the plugin command.
2015-08-25 03:52:17 -04:00
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