SilasGrygier

Results 4 comments of SilasGrygier

Hi @sidorares, is the query() command still a prepared statement because the [docs](https://www.npmjs.com/package/mysql2) for mysql2 only mention the execute() command explicitly for prepared statements, thanks in advance!

Great thanks so much for the answer! Based on your response I've put together an example insert-bulk query that uses a prepared statement: ``` const product_array = [ [ '1',...

@jeff0723 I think that findSessionsByShopCallback is no longer optional because the latest node template uses this method to figure out whether the request being sent to your server contains an...

Hey @87brandonn, I'm not sure if this helps at all but make sure you run "npm run dev | yarn dev" from the root directory of your project and not...