chore(medusa): Improve database loader error handling (#4254)

* chore(medusa): Improve database loader error handling

* Create sharp-melons-doubt.md

* move the database error handling to the utils

* fix unit tests

* tackle feedback

* fix unit tests
This commit is contained in:
Adrien de Peretti
2023-06-07 10:57:29 +02:00
committed by GitHub
parent e69af09d23
commit 2db6a1d407
5 changed files with 167 additions and 23 deletions
+1
View File
@@ -11,3 +11,4 @@ export * from "./medusa-container"
export * from "./set-metadata"
export * from "./wrap-handler"
export * from "./build-query"
export * from "./handle-postgres-database-error"