refactor: make Query module pure

This splits off the transaction concerns into a MainTx module

It's just moving some functions inside the Query module to the MainTx module.
Some types names were also changed so they don't have the "Query" prefix, to avoid confusion.
This commit is contained in:
steve-chavez
2025-09-15 23:43:26 -05:00
committed by Steve Chavez
parent 15e04903b1
commit baea47bc85
5 changed files with 296 additions and 275 deletions
+1
View File
@@ -67,6 +67,7 @@ library
PostgREST.Error
PostgREST.Listener
PostgREST.Logger
PostgREST.MainTx
PostgREST.MediaType
PostgREST.Metrics
PostgREST.Network