sql

Felix Dorner 2024-04-16T18:31:17.597569Z

Has anyone tried to combine next with the aws jdbc wrapper ( https://github.com/awslabs/aws-advanced-jdbc-wrapper )?

lukasz 2024-04-16T22:21:52.311739Z

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

👍 1