how to check if a user exist in my postgresql database table?
Hello I’m new to learning about postgresql, and I’m to redo some old projects from the Odin project that uses postgresql instead of mongodb to practice. I’m stuck on trying to get a express-validator custom function to validate rather a user exist in my database’s table or not.
syntax error at or near “-” when using POST in postman [duplicate]
This question already has answers here: what’s the escape sequence for hyphen (-) in PostgreSQL (3 answers) Closed 9 mins ago. Im currently trying to create a simple todo using express, node, postgresql and react. Im trying to post a basic description via postman but im getting syntax error at or near “-“ here’s my […]