DEV Community

Discussion on: How to scrape that web page with Node.js and puppeteer

Collapse
 
menjilx profile image
Menj

how to save the result on a MySQL database?

Collapse
 
redrosh profile image
RedRosh

Hi , if you to want to export the result to mysql db , you can download a library mssql , and usse it to connect to your db , then make a request to it from your script to export the data
Ref : npmjs.com/package/mysql