Skip to content

worace/doobie-transactional-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transactional Sandbox Tests with Doobie

Blog Post

Setup

  • Have Postgres running locally on 5432
  • Create DB: createdb doobie_tests
  • psql -d doobie_tests -c "create table foods (name text);"
  • sbt test
  • psql -d doobie_tests -c "select * from foods;" -- look ma no rows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages