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

8 rows where blogroll_id = 22

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
148 Lil'Log 22 deep learning
149 Lil'Log 22 reinforcement learning
150 Lil'Log 22 machine learning
151 Lil'Log 22 AI research
152 Lil'Log 22 intuitive explanations
153 Lil'Log 22 research notes
154 Lil'Log 22 lilianweng
155 Lil'Log 22 learning blog

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