-
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…
-
Dump a Specific Table or Few Rows (MySQL)
The ‘mysqldump’ command is used to dump databases managed by MySQL. Let’s consider three of the most useful cases of MySQL database dumping. 2. Sometimes, there’s a need to dump a single table from your database. You…
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.



