Skip to content

bomenderick/skunk_a-simple-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database interaction with skunk scala library: A comprehensive guide.

Learn how to use Skunk Scala library to interact with PostgreSQL database in a type-safe and non-blocking way.

make sure you have the following installed

How to run

  • Modify docker-compose.yml and application.conf to reflect your PostgreSQL credentials.
  • Run the following command in the project's root directory to spin up and start your postgres container in the background.
docker-compose up -d
  • provided your container is up and running, execute the following command to run the application.
sbt run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages