Trying to make a preparred statement with mySQL in NodeJS. What part of this code isn't working?
So I am trying to insert data into my database, the connection is fine, But for some reason, when I try to create the prepared statements it's not working. All the values in my database are varchar(255) except for description…