I am looking for a Scala database library that allows me to use SQL to work with connection pool databases and, possibly, with multiple endpoints (master and slave).
Scala ORM / DSL tools look too complex and have a higher learning curve without much added value for my use case. So I'm looking for a simpler library that allows me to write SQL directly.
But pooling is a must for the library.
Any suggestions for the above ?.
sheki source share