Reading and Writing Data
2022-08-05
Demos & Tutorials
Description
This is an exercise from the Cockroach University course “Getting Started with Node.js and node-postgres”. In this exercise, we will use the repository we created previously and develop methods to read and write our entities to the database using implicit transactions. We will be writing the basic SQL queries necessary to insert new records and select records.