refactor: Move statements logic to own module
* Move gucHeader decoding to Statements
This commit is contained in:
committed by
Steve Chávez
parent
620721dea7
commit
3c00f46e36
+1
-3
@@ -36,13 +36,11 @@ library
|
||||
PostgREST.OpenAPI
|
||||
PostgREST.Parsers
|
||||
PostgREST.QueryBuilder
|
||||
PostgREST.Statements
|
||||
PostgREST.RangeQuery
|
||||
PostgREST.Types
|
||||
other-modules: Paths_postgrest
|
||||
PostgREST.QueryBuilder.Private
|
||||
PostgREST.QueryBuilder.Procedure
|
||||
PostgREST.QueryBuilder.ReadStatement
|
||||
PostgREST.QueryBuilder.WriteStatement
|
||||
hs-source-dirs: src
|
||||
build-depends: base >= 4.9 && < 4.13
|
||||
, HTTP >= 4000.3.7 && < 4000.4
|
||||
|
||||
Reference in New Issue
Block a user