Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 969 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 969 Bytes

hipsql

Package Version
hipsql-api Hackage
hipsql-client Hackage
hipsql-monad Hackage
hipsql-server Hackage

Provides a pseudo psql shell that can be invoked using a LibPQ.Connection from within a Haskell program.

This is particularly useful when wanting to use something analogous to a breakpoint in the middle of a test suite to inspect the state of the database during a running transaction.