I am having trouble creating a table, and I am not sure what is the issue #2060
-
I am trying to make a web server and I am trying to use it to make a simple query.
This is the code for my endpoint:
I am not sure what the issue could be. I tried running the endpoint on postman, and it said it already created the table. When I run psql \dt command, I get there is no relations. I am not sure what could be wrong with the code. Thank in advance for any help regarding this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't see anything obvious that could be causing your issue. But there are two things I would suggest.
|
Beta Was this translation helpful? Give feedback.
Thank you for the help. It was an issue with loading in the env file.