Postgresql – Express.js keeps returning old query results that no longer exist in the database
I am using PostgreSQL with Express.js I came across a problem, that when I update my database, with new entries, and delete old ones, no matter what, it keeps returning only the old ones (that were deleted several days ago…