Slide 5
Slide 5 text
M is for Model
Entities
Use Cases
Controllers
Gateways
Presenters
Devices
Web
DB UI
External
Interfaces
{
"id": 11595667,
"by": "jamesblonde",
"descendants": 0,
"score": 2,
"time": 1461937655,
"title": "Successful way to stop spam email from ResearchGate",
"type": "story",
"url": "https:\/\/www.researchgate.net\/post"
}
CREATE TABLE IF NOT EXISTS ItemTable(
id TEXT PRIMARY KEY NOT NULL,
by TEXT NOT NULL,
descendants INTEGER NOT NULL,
score INTEGER NOT NULL,
time INTEGER NOT NULL,
title TEXT NOT NULL,
type TEXT NOT NULL,
url TEXT NOT NULL
)