refactor: move connection pool functions to Pool.hs

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-07-25 14:39:48 +05:00
parent a108d66968
commit e32e2b07b5
3 changed files with 113 additions and 95 deletions
+1
View File
@@ -46,6 +46,7 @@ library
exposed-modules: PostgREST.Admin
PostgREST.App
PostgREST.AppState
PostgREST.AppState.Pool
PostgREST.AppState.Types
PostgREST.Auth
PostgREST.Auth.Jwt