home / system

Menu
  • GraphQL API
  • Search all tables

tools_tags

Table actions
  • GraphQL API for tools_tags

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

3 rows where tool_id = 4

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ tool_id tag
25 resolve 4 dns
26 resolve 4 networking
27 resolve 4 lookup

Advanced export

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

CSV options:

CREATE TABLE tools_tags (id INTEGER PRIMARY KEY AUTOINCREMENT, tool_id INTEGER NOT NULL, tag TEXT NOT NULL, FOREIGN KEY (tool_id) REFERENCES tools(id) ON DELETE CASCADE, UNIQUE(tool_id, tag));
Powered by Datasette · 7.262ms · krisyotam.com