here Doobie recipes
docker run -d --name skunk_recipies -p5436:5432 -e POSTGRES_USER=jimmy -e POSTGRES_DB=world -e POSTGRES_PASSWORD=banana tpolecat/skunk-world
sbt test
docker rm -f skunk_recipies
-
Selecting
-
Parameterized queries
IN clauses
-
DDL
Batch
Insert and Read key
Insert and Read Person class
Insert Read and Update
SQLArrays
-
Transactions
Transaction
-
Enum
Enum
-
CSV
Select with type
Itto CSV
Load CSV in table
Spool CSV
Spool paramterized CSV
-
Logging
Logging
-
Error handling
ErrorHandling