I\'m trying to use Squeryl in a new Scala project. This is my first project in Scala, so I\'m looking for a good Scala library to handle connection pooling. Of course I migh
I know this is an old post, but to keep the answer current, if you need a connection pool and you're writing an application that runs on the JVM, I suggest HikariCP.