I want to have a pool of database connections, connecting to various sharded databases.
On a per query basis I will pass in the tenant/customerId, and based on the customerId I will choose which database to connect and use for the current query.
Is this something that can be done with Slick out of the box?