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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ tool_id tag
28 slugify 5 text
29 slugify 5 string
30 slugify 5 web

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