Reactive Database Mapping with Scala and Slick

Jacek Kunicki

29 Sep 2016.0 minutes read

This talk has been (or will be) presented at:

Are you familiar with Object-Relational Mapping? Let's get out of the comfort zone and meet a completely different approach to mapping database tables to domain objects using Scala's Slick library during this no-fluff-just-code live-coding session.

Slick does what some call FRM, i.e. Functional-Relational Mapping (as opposed to ORM), which basically lets you access your relational database as if it was a Scala collection.

And since reactive is THE way to go nowadays, we' re going to be no different.

The source code is available at: https://github.com/rucek/reactive-database-mapping-with-slick.

Video

Blog Comments powered by Disqus.