Skip to content

Instantly share code, notes, and snippets.

@privateblue
Last active December 29, 2015 09:29
Show Gist options
  • Save privateblue/7650612 to your computer and use it in GitHub Desktop.
Save privateblue/7650612 to your computer and use it in GitHub Desktop.
import org.pblue.asyncpools.slick.SlickPoolFactory
object MySlickPools extends SlickPoolFactory {
val myReadPool = newConfiguredSlickPool("my-read-pool")
val myWritePool = newConfiguredSlickPool("my-write-pool")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment