Skip to content

Instantly share code, notes, and snippets.

@anatolyra
Created May 11, 2017 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anatolyra/64701c4df08ecb2d29da4fc82c70c0bc to your computer and use it in GitHub Desktop.
Save anatolyra/64701c4df08ecb2d29da4fc82c70c0bc to your computer and use it in GitHub Desktop.
trait TestClassDataContext extends DefaultDataContext {
override val dbName: Symbol = TestClassConnectionPoolName
def className: String = "Test class name"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment