#anyone have advice for building SQL functionality into a puppeteer web scraper project?
3 messages · Page 1 of 1 (latest)
maybe if you stopped gaming and actually start doing it, you'ld have a bit better chance at getting the job...
Anyway, decide which database you want to use, get that package, create a connection and start inserting data to it. (I think you mean that by SQL functionality)
should be pretty straightforward to do. You don't need to know SQL really, can be done through ORMs too, but for the sake of demonstrating your learning skills, I'ld use SQL.