Databases
Week 7
Persistence
Last Missing Piece of the Stack
Which means...
We are officially
Full Stack™
Definition
A program that can store and retrieve data efficiently.
Type: SQL
Famous SQL Databases
We’ll be learning Postgres
Type: NoSQL
Type NoSQL - Key-Value
Only retrieve by key
key=1c8efcb
key=ab56df24
Type NoSQL - Document
Find documents where age = 5
{
“name”: “Rayo”,
“age” : 5
}
{
“name”: “Maní”,
“age” : 5
}
FAQ
Why learn SQL first vs NoSQL?
How much DB for “full-stack”?
Your questions...