Scala Slick 3 Relationship to self

Scala icon

This post comes from a question I wrote and answered myself in Stack Overflow about the same topic. I will reorder it here and try to explain the solution I came across. Initial situation First of all I will explain what I had so you can understand the problem. I had the following Categories table:

[…]

Filter Option with Slick 3.0.1

Scala icon

After 15 minutes trying to figure out why Slick wan’t giving me the possibility to filter an Option column, I will write a little post about it. Base camp My problem started because of the schema definition that I had. Notice that in order to tell Slick that it should map bar as Option, I was doing it […]

Get all Play Framework’s source files on your ScalaIDE

After testing and building pet projects in my free time with several technologies like MEAN JS (Mongo + Express + Angular + Node), Ruby on Rails and Play Framework I have decided to go serious with the last one, this time combined with Scala. When I am learning a framework or language, I really like […]

Scala at work

Hi there! I have just written my two first classes and my first trait in Scala at work! It may sound a little bit weird, but I thought, hey, why not? So I wanted to celebrate it and share it with us 🙂 This means that Scala isn’t for me a free time thing anymore, […]