-- | 'Query' and 'QueryArr' are the composable units of database -- querying that are used in Opaleye. module Opaleye.QueryArr (Query, QueryArr) where import Opaleye.Internal.QueryArr (QueryArr, Query)