본문 바로가기

Programming/Scala

slick maven setting

I have been working on developing Database CRUD application in Scala nowadays.


As you know, writing CRUD application in Java or Scala is very tedious and needs a lot of boilerplate codes.

So before knowing Slick, I have to implement all the DB connection and CRUD codes manually.


But, I come to know there is a convenient component called 'Slick' which does such jobs. So I chose Slick for my DB application in my project.


Slick is managed by SBT, but for now I prefer maven to SBT. As a result I have to import maven dependencies.


To use slick for maven project, I had to specify some dependencies.


The dependencies are like below.


I hope you guys are interested in implementing elegance and type safe manner DB CRUD app, get some useful information on my blog.


I'll post some codes employ slick do simple DB CRUD operation sooner.

'Programming > Scala' 카테고리의 다른 글

Scala 병렬 계산을 위한 Blitz library  (0) 2015.11.20
Scala Palallelizable Collection  (0) 2015.11.11
scala download  (0) 2013.11.29
Coursera Functional Programming Principles in Scala certificate  (0) 2013.06.10
Scala Style Guide  (0) 2013.05.18