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