30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
# SimplyReports SQL Extractor (SiReS Ex)
|
|
|
|
The SimplyReports SQL Extractor is a Firefox add-on that will pull the SQL query from a SimplyReports results page. After extracting the query, it allows you to copy that query to the clipboard or save it as a file.
|
|
|
|
### Install
|
|
|
|
SiReS Ex is available for Firefox and Chromium based browsers.
|
|
|
|
* Firefox (Mozilla Add-ons) - [SiReS Ex](https://addons.mozilla.org/en-US/firefox/addon/siresex/)
|
|
* Chromium (Chrome Web Store) - [SiReS Ex](https://chromewebstore.google.com/detail/simplyreports-sql-extract/gknojobjolhfmppnbjenlgdijkffkajj)
|
|
|
|
## Features
|
|
|
|
- Visual indicator when a SimplyReports SQL query is found on a page
|
|
- Copy extracted SQL to clipboard
|
|
- Save SQL as .sql file with custom filename
|
|
- Basic SQL formatting for better readability
|
|
- Auto-extraction when opening the extension popup
|
|
|
|
## Usage
|
|
|
|
1. Build a report in SimplyReports.
|
|
2. Run the report.
|
|
3. On the results page, you should see a green indicator on the top right of the page that indicates that SiReS Ex found a SimplyReports query in your results page.
|
|
4. Click the add-on's icon and you'll be prompted to copy the query to the clipboard or save the query to a file.
|
|
|
|
### AI Disclosure
|
|
|
|
This add-on is a joint effort between me and Claude. I can confidently say I provided at least 50% of the code and 100% of the profanity.
|