Replies: 1 comment 1 reply
-
Hi @BeGj , |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do people here test that your queries work when writing them? Any best practices perhaps? Especially when doing inserts or updates.
Currently i have to copy the query to pgadmin and remove all "porsager" ${} stuff. But is there a better tool that allows just copy pasting the quries right from js/ts and test it? I also test the endpoints when writing, but my logging setup in fastify should maybe allow for better debugging locally, so the actual errors are now clearly visible.
Sorry if the question is poorly formulated, and thank you for reading this question/discussion.
Beta Was this translation helpful? Give feedback.
All reactions