Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nodejs mysql

// you can't connect to mysql in client side js

// but you can use it in nodejs which is server-side
// for nodejs you can use package named mysql2
npm i mysql2

// read Doc here 
// https://www.npmjs.com/package/mysql2
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #nodejs #mysql
ADD COMMENT
Topic
Name
5+1 =