docs: remove schema cache dep from Query
This commit is contained in:
committed by
Steve Chavez
parent
4bcd6725fe
commit
b88191299f
@@ -4,7 +4,7 @@ Description : PostgREST functions to translate HTTP request to a domain type cal
|
||||
-}
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
|
||||
-- TODO: This module shouldn't depend on SchemaCache
|
||||
module PostgREST.ApiRequest
|
||||
( ApiRequest(..)
|
||||
, InvokeMethod(..)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
-- TODO: This module shouldn't depend on SchemaCache
|
||||
module PostgREST.Query
|
||||
( QueryResult (..)
|
||||
, runQuery
|
||||
|
||||
Reference in New Issue
Block a user