18 lines
514 B
Markdown
18 lines
514 B
Markdown
|
### 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.
|
||
|
|
||
|
Once you've installed it, review the settings under admin and then enable
|
||
|
`data_explorer_enabled`.
|
||
|
|
||
|
## License
|
||
|
|
||
|
MIT
|