Welcome to this code cast in which I'll teach you how to work with a MySQL database in Node. I'll teach you how to insert data, query data, and how to defend against malicious SQL injection attacks.
- Subscribe to the channel:
https://www.youtube.com/channel/UCcQsDUZiK1GWDcP7BpVO_kw?sub_confirmation=1
- Follow me (Alex Booker) on Twitter: https://twitter.com/bookercodes
- Code: https://github.com/alexbooker/code-cast-code/tree/master/node-mysql-demo
- Documentation for node-mysql: https://github.com/felixge/node-mysql.
- Here is a video on how to install MySQL on Ubuntu: https://youtu.be/uqaoGTnxqNw.
- And here is a series of short code casts by Code Course explaining the basics of MySQL: https://youtu.be/PyFDZhIydos?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P.
Download
0 formats
No download links available.
How to Connect to MySQL Database from Node.Js | NatokHD