posts_links
Data license: CC-BY
2 rows where sourceId = 53780
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
23443 | World Bank PIP data still in 2011 PPPs warning 53780 | https://ourworldindata.org/from-1-90-to-2-15-a-day-the-updated-international-poverty-line | url | prominent-link | |||
23444 | World Bank PIP data still in 2011 PPPs warning 53780 | poverty-explorer | explorer | prominent-link |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" INTEGER NOT NULL , "target" VARCHAR(2047) NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts" ("id") ON UPDATE CASCADE ON DELETE CASCADE );