Check if id exists using node-postgres
WIth MongoDB & Mongoose, I could check if an id exists like so:
How can I do that using Postgres & Expressjs? I'm using
node-postgres
for the queries.2 Replies
I think that only checks if the id passed is valid not if it exists
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View