Requirements Grow!
• Coders have Projects
• Coders have commits on Projects
• Projects have Categories
• How many commits does @MatthewRudy
have on PHP projects?
Slide 8
Slide 8 text
Isn’t this all a bit
relational?
Slide 9
Slide 9 text
NoSQL?
Slide 10
Slide 10 text
No, SQL!
Slide 11
Slide 11 text
PostgreSQL
CREATE TABLE coders (
name text NOT NULL,
location_id integer
NOT NULL REFERENCES locations,
github text,
twitter text
);