home / system

Menu
  • GraphQL API
  • Search all tables

blogroll_tags

Table actions
  • GraphQL API for blogroll_tags

Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam

10 rows where blogroll_id = 30

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
228 Wrongbaud 30 embedded systems
229 Wrongbaud 30 firmware
230 Wrongbaud 30 reverse engineering
231 Wrongbaud 30 hardware hacking
232 Wrongbaud 30 ARM
233 Wrongbaud 30 Ghidra
234 Wrongbaud 30 debugging
235 Wrongbaud 30 Remoticon
236 Wrongbaud 30 Hackaday
237 Wrongbaud 30 software analysis

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE blogroll_tags (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    blogroll_id INTEGER NOT NULL,
    tag TEXT NOT NULL,
    FOREIGN KEY (blogroll_id) REFERENCES blogroll(id) ON DELETE CASCADE,
    UNIQUE(blogroll_id, tag)
);
Powered by Datasette · 12.22ms · krisyotam.com