Completed
A Closer Look At A Function
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scala's Slick - A Library for Functional Database Access
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 An Elegant Functional Database Library...
- 3 What we aim to solve with Slick
- 4 What Does Slick Support?
- 5 Let's Talk About Functional Data Access
- 6 Creating a Collection
- 7 Functions & Methods
- 8 A Closer Look At A Function
- 9 Using Functions To Manipulate Sequences
- 10 Using Functions to Drive Transformations
- 11 One Last Transformation Function
- 12 Slick in Action