<@U0BGSQ7E0> yep, I switched to `@Provides fun pro...
# exposed
m
@andrewoma yep, I switched to
@Provides fun provideSession(dataSource: DataSource): Session = ThreadLocalSession(dataSource, PostgresDialect(), emptySet())
(instead of the Managed one). Looks good so far - and yeah, this is Dropwizard underneath, so the DS is pooled by default.