Slick Tables
Explore how to create and define Slick tables in Scala for back-end HTTP APIs. Understand the lifted embedding approach for mapping simple models and how to apply constraints effectively. Gain familiarity with Slick’s support for plain SQL and refined types to enhance database interactions.
We'll cover the following...
We'll cover the following...
Product table
Slick offers several options for approaching the database. For our example, we will be using the lifted ...