opaleye-sqlite-0.0.0.0: src/Opaleye/SQLite/QueryArr.hs
{-|
This modules defines the 'QueryArr' arrow, which is an arrow that represents
selecting data from a database, and composing multiple queries together.
-}
module Opaleye.SQLite.QueryArr (QueryArr, Query) where
import Opaleye.SQLite.Internal.QueryArr (QueryArr, Query)