Overview
At least one Data Source or Data Source Profile needs to be configured before you can use the SQL Macro or SQL-query Macro or SQL-file.
This page describes two methods to configure Data Sources for the macros provided by SQL for Confluence. SQL Macros use Data Sources to access databases. A Data Source defines the access parameters including credentials. The same database access information is required for each method. Similarly, the database must allow access using the information provided no matter which method is used.
Method | Primary Benefit | Key Attributes | Documentation | Express Edition | Pro Edition |
---|---|---|---|---|---|
Data Source Profiles | Convenience |
| Configure Data Source Profiles | ||
Application Server-based Data Source | Performance |
| Configure Application Server-based Data Sources - v9 |
You can configure data sources using either of the methods or both - for instance use a data source profile while testing or for low-use scenarios, then switch to a server-based data source when/if it becomes clear it is going to be around for a long while.
Macro Security for data source access control
Macro Security for Confluence can be used to control access to specific Data Sources in the same way no matter what method is used.
Use Cache and Future macros around SQL macros
Give your users better response times and reduce the load on your server by using Cache for Confluence macros for heavy use scenarios.
The Data Source is referenced using the dataSource (Data Source name) parameter. The exact configuration of a Data Source is application server and database specific. The configuration must be done by a Confluence administrator and the Confluence application server must be restarted for changes to be active. The configuration must be done very carefully as any errors result in the Data Source being unusable
. Each database you need to access in Confluence needs to a have a Data Source configuration.