Skip to content

dabliuw22/doobie-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doobie PotgreSQL

In this project we will perform the integration of PostgreSQL databases with the Scala Doobie library, through the use of type classes, functors, monads. We will also rely on the cats: (IO) and monix-reactive: (Task, Observable) library.

Requirements:

  • JDK >= 1.8
  • Scala 2.13.x
  • Docker
  • Docker Compose
  1. Run containers: docker-compose up -d

  2. Run App.