Skip to content

Instantly share code, notes, and snippets.

@Mortimerp9
Created May 6, 2014 13:40
Show Gist options
  • Select an option

  • Save Mortimerp9/708a7947098cc3fd0eb1 to your computer and use it in GitHub Desktop.

Select an option

Save Mortimerp9/708a7947098cc3fd0eb1 to your computer and use it in GitHub Desktop.
trait SQLArgs extends FieldArgs {
@Required
var url: String = _
@Required
var driver: String = _
@Required
var user: String = _
@Required
var password: String = _
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment