hipsql-server-0.0.0.0
Safe HaskellNone
LanguageHaskell2010

Hipsql.Server.Adapter

Description

Provides an orphan instance of MonadHipsql and re-exports hipsql.

Given that your Monad has an instance of MonadHipsqlAdapter, you should be able to import this module and use its re-exported hipsql function as a breakpoint (of sorts) to drop into a hipsql session.

Synopsis

Documentation

hipsql :: MonadHipsql m => m () #

Starts a hipsql session in the given Monad m.

Orphan instances

(Monad m, MonadHipsqlAdapter m) => MonadHipsql m Source # 
Instance details

Methods

hipsql :: m () #