Last week we learnt the basics of Slick library. We started with a general introduction of Slick, then covered how to define a table definition, custom mappers, and perform insert queries. Today, we will learn how to perform select queries with Slick. Slick allows you to work with database tables in the same way as … Continue reading Slick 3: Functional Relational Mapping for Mere Mortals Part 2: Querying data
