-
Pagination with Scala and Slick: How to Properly Build Select Queries
Implementing pagination inImplementing pagination in Scala projects using Slick is a very common task, but it’s not always clear how you can use Slick efficiently. It’s obvious that requesting all records from a schema in one go is a…
-
Building a REST Service with Scala
Enterprise applications might be developed using a variety of architectural styles. And REST is one of the most powerful of them. It allows us to build simple, scalable, highly productive APIs with independent components based on widespread…
-
Table Existence Check Using Slick
I’m using the Slick library in my project and need to ensure that all required MySQL tables are created on application start. The common approach of creating DDL statements for a table in Slick is calling the ddl method…
-
How to Update an Entire Database Record Using Slick
The slick documentation explains how to perform an update operation on a specific column, but doesn’t include any examples of updating the entire record. Below is a tiny example of how to do that. Let’s assume we…
Boost your business with custom software
Tell us about your business needs and we’ll suggest a solution
Thank you!
We have received your request and will get back to you within 1 business day.




