{-|

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)