refactor: add PreQuery module

Small step towards solving #3934.

Adds a module that builds SQL snippets for the transaction variables
and the pre-request function.
This commit is contained in:
steve-chavez
2025-07-23 10:06:32 +02:00
committed by Steve Chavez
parent 5e0da40ac4
commit aa58e37f03
3 changed files with 75 additions and 36 deletions
+1
View File
@@ -71,6 +71,7 @@ library
PostgREST.Network
PostgREST.Observation
PostgREST.Query
PostgREST.Query.PreQuery
PostgREST.Query.QueryBuilder
PostgREST.Query.SqlFragment
PostgREST.Query.Statements