Chapter 8: Working with Data Using Node.js
In this chapter, you will continue working with Node.js by inserting, updating, and reading records from the database. You will output data to the web browser through Node.js and build data tables in HTML using Node.js. Additionally, you will learn about Open Database Connectivity (ODBC) connections in detail, which allow connections to be made to a database through programs such as MS Excel and MS Access.
In this chapter, we will cover the following main topics:
- Interacting with databases
- Inserting records in Node.js
- Updating the records of a table
- Displaying data in browsers
- ODBC connections
Interacting with databases
Let's suppose that your company requires an application that can interact with ...
Get The MySQL Workshop now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.