MySQL Forums
Forum List  »  Connector/Node.js

Re: Is there any npm library available for mysql which is synchronous?
Posted by: Prithwiraj Bose
Date: September 18, 2022 05:11PM

My bad, the example should not have the $ sign..

Should be like this

const mysqllib = require('mysqllib);
var conn = mysqllib.connect(...);
var res = mysqllib.query($conn, ...);

Options: ReplyQuote


Subject
Written By
Posted
Re: Is there any npm library available for mysql which is synchronous?
September 18, 2022 05:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.