Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 853 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 853 Bytes

Class13 : Databases

Outcomes:

Students will be able to:

  • Describe and Define: Database (DBMS, SQL,NoSQL), Relational Databases, Tables, Columns, Rows, Records, SQL Language
  • How CRUD relates to SQL
  • pg client library for Node
  • Connect a node server to a Postgres DB
  • Build a schema
  • Save (INSERT) records to the database
  • Read (SELECT) records from the database

Resources:

Keywords to search for:

  • Databases
  • SQL vs NoSQL
  • CRUD
  • Rest