queryExecute
.defaultOptions
argument. You can combine this with WireBox to create custom QueryBuilder instances pointing to different datasources and even different grammars.afterAspectsLoad
interception point inside your config/WireBox.cfc
to ensure all modules are fully loaded and available.Application.cfc
you can specify your default datasource which will be used by qb. If you want to retrieve data from other datasources you can specify this in all retrieval functions by using the extra options parameter such as:QueryBuilder
.