DSH-0.8.2.0: Database Supported Haskell

Safe HaskellNone

Database.DSH.Interpreter

Description

This module provides the reference implementation of DSH by interpreting the embedded representation.

Documentation

fromQ :: (QA a, IConnection conn) => conn -> Q a -> IO aSource