Top "Node-mysql" questions

A pure node.

Preventing SQL injection in Node.js

Is it possible to prevent SQL injections in Node.js (preferably with a module) in the same way that PHP …

javascript mysql node.js sql-injection node-mysql
INSERT INTO fails with node-mysql

I am trying to insert some data with node.js. I have written the following code and installed MySQL support …

mysql node.js sql-insert node-mysql
Use promise to process MySQL return value in node.js

I have a python background and is currently migrating to node.js. I have problem adjusting to node.js due …

mysql node.js asynchronous promise node-mysql
How can I respond in XML using ExpressJS?

I have a simple code that gives a JSON response for a specific route. Here's my current code: var express = …

node.js express node-mysql
Inserting Data with Node.js

I 'am trying to insert some data with Node.js. I installed mysql support with npm . I just checked arround …

node.js node-mysql
Node.js MySQL Error Handling

I've read several examples for using mysql in node.js and I have questions about the error handling. Most examples …

node.js node-mysql
How to return a value from a mysql SELECT query in node.js

I'm still very new to Node.js, and i'm trying to understand how callbacks work. So, here is my problem : …

node.js callback node-mysql
How to make login form in node.js using mysql database

I am new in node.js and i want to make a login page using express and mysql database,Please …

javascript mysql node.js express node-mysql
In node.js mysql query, check if no matching found

How can I check if no matching found in mysql (node.js)? mysql.query("select * from table1 where name = 'abcd'", …

javascript mysql node.js node-mysql
Error: Handshake inactivity timeout in Node.js MYSQL module

I'm using node-mysql and most of the queries. Working. some queries not working. I tried every version of Node (from 0.5...) …

mysql node.js node-mysql