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 = 24

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
166 Connor McGarr 24 exploit development
167 Connor McGarr 24 Windows Internals
168 Connor McGarr 24 assembly
169 Connor McGarr 24 C programming
170 Connor McGarr 24 kernel exploitation
171 Connor McGarr 24 memory management
172 Connor McGarr 24 browser exploits
173 Connor McGarr 24 reverse engineering
174 Connor McGarr 24 vulnerability research
175 Connor McGarr 24 security research

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 · 10.09ms · krisyotam.com