Thank you Michael, it’s good to know.
If I setup HikariCP data source then I should be able to tell Cayenne to use it
with something like this?
ServerRuntime.builder()
.addConfig("cayenne-project.xml")
.addModule(b -> ServerModule.contributeDataSources(b)
.put("mainDB", mainHikariDataSource)
.put("auditDB", auditHikariDataSource))
Thank you
Ricardo
>
> On Oct 4, 2025, at 8:36 PM, Michael Gentry <[email protected]> wrote:
>
> Hikari
