Scala

What you need to know about Slick

##Intro Slick is not an ORM. Its a FRM(Functional-Relational Mapping). Features ##Concepts Schema You can describe schema’s in 2 ways, by using code generator or by manually coding them in tables.scala file. If you already have an existing database or taking a lazy route of using something like mysql workbench to create the databases then use the method 1 code generator. If its a greenfield project go with coding them manually