We've built a number of apps that provide added functionality when paired with SQL for Confluence:
- Macro Security — Allow only trusted users or groups to edit content that contains restricted macros while still allowing general users to view the content using Confluence's page edit permissions.
- Cache for Confluence — Cached content displays immediately, so users do not have to wait for expensive rendering of complex macros or accessing external data like SQL queries. Reduce server load by avoiding excessive rendering requests. The Future macro renders the body in the background, allowing the rest of the page content to display immediately. It is used to improve display performance when pages contain longer running macros.
- Run Self-Service Reports — Drive dynamic SQL queries or other processing based on user provided parameters or defaults. User controlled display of simple or extended input fields to enhance usability. Field levels help support self service pages.