Datasources
Here, you can configure the global data sources in the runtime.
Datasources
Here is where you can register datasources globally in the runtime. You can override them at runtime via:
Application.bx|cfc
- For the applicationA-la-carte via query execution calls
The key is the name of the datasource and the value is a struct of configuration for the JDBC connection. Most of the items can be different depending on the JDBC module and driver used. However, at the end of the day we need to know at least either the driver
, the connectionString
or individual items of the connection. Check out our guide on defining datasources here.
Default Datasource
The name of the datasource in the datasources
configuration struct, which will act as the default one for the entire runtime.
Last updated
Was this helpful?