dani-sqlite-0.1.1.0: test-query/Common.hs
module Common
( -- Note: Do not add more exports for Sqlite.Simple here. This is
-- so that we trap we by default export enough out of
-- Database.Sqlite.Simple to make it useful as a single import.
module Sqlite.Query,
TestEnv (..),
Solo (..),
)
where
import Sqlite.Query
data TestEnv
= TestEnv
{ -- | Connection shared by all the tests
conn :: Connection
}