Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 04e0654

Browse files
skunk article
1 parent 362b1bb commit 04e0654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-04-25-skunk-complete-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Before we delve into each concept, ensure you have the following prerequisites i
3434

3535
To build and manage our Scala project, we will be using _Scala_ and _sbt_. To run a PostgreSQL database, we will be using _Docker_ as a containerized service. This involves pulling a PostgreSQL image from _Docker Hub_ (the official repository for Docker images), and running it as a container in our Docker installed system.
3636

37-
> I understand that at the time the article was written, IntelliJ had poor support for Skunk as the compiler would underline Skunk keywords such as .query, .command, etc in red on SQL statements. If you're facing this issue, it is possible to make it go away by installing this [skunk-intellij](https://github.com/trobert/skunk-intellij) plugin.
37+
> Tip: for better Skunk support in IntelliJ IDEA with syntax highlighting, warnings etc., you may want to install the [skunk-intellij](https://github.com/trobert/skunk-intellij) plugin.
3838
3939
Our proposed use case involves developing an application that allows the creation, reading, updating, and deleting of user data (CRUD operations). The application will make use of Skunk concepts to interact with a PostgreSQL database and manage user data. Our objective with this use case is to showcase the effectiveness of Skunk in database management. By utilizing Skunk concepts, the application will demonstrate how to perform CRUD operations on a PostgreSQL database effortlessly and efficiently.
4040

0 commit comments

Comments
 (0)