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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ tool_id tag
22 epoch 3 time
23 epoch 3 unix
24 epoch 3 conversion

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