Skip to content

Instantly share code, notes, and snippets.

View pgodofsk's full-sized avatar

pgodofsk

  • Microsoft
  • Virginia
View GitHub Profile
@fancellu
fancellu / CaseClassMapping.scala
Created October 21, 2014 12:16
Slick 2.x examples with MariaDB
package slick.lifted
import scala.slick.driver.MySQLDriver.simple._
import slick._
object CaseClassMapping extends App {
// the base query for the Users table
val users = TableQuery[Users]