Has anyone tried to combine next with the aws jdbc wrapper ( https://github.com/awslabs/aws-advanced-jdbc-wrapper )?
Looks like it's a standard JDBC driver, so if you can get a datasource out of it, it should work with next.jdbc - there's even documentation about how to use this driver with HikariCP: https://github.com/awslabs/aws-advanced-jdbc-wrapper/blob/main/docs/using-the-jdbc-driver/DataSource.md#hikaricp-pooling-example