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

7 rows where blogroll_id = 37

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
297 heartburn.dev 37 Active Directory
298 heartburn.dev 37 Penetration Testing
299 heartburn.dev 37 Red Team
300 heartburn.dev 37 Hack The Box
301 heartburn.dev 37 CTF
302 heartburn.dev 37 Security
303 heartburn.dev 37 Exploit Writeups

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