com.lightbend.lagom.scaladsl.persistence.jdbc
Execute the given function with a connection.
Execute the given function with a connection.
This will execute the callback in a thread pool that is specifically designed for use with JDBC calls.
The block to execute.
A future of the result.
Execute the given function in a transaction.
Execute the given function in a transaction.
This will execute the callback in a thread pool that is specifically designed for use with JDBC calls.
The block to execute.
A future of the result.