Fork me on GitHub
#sql
<
2022-10-09
>
lilactown01:10:14

is there a concrete type I can use to extend protocols to jdbc data sources?

seancorfield04:10:50

javax.sql.DataSource? That's what next.jdbc uses for its protocols.

lilactown16:10:49

that worked! thanks