home / system

Menu
  • GraphQL API
  • Search all tables

tools_commits

Table actions
  • GraphQL API for tools_commits

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

1 row where tool_id = 5

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

id ▼ tool_id hash author date message
11 slugify 5 a16bf090907afe6cfbf1eed0fc8cf258de77e31d Kris Yotam 2026-03-26T12:04:00-05:00 init: 5 demo tools (epoch, resolve, slugify, entropy, colors)

Advanced export

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

CSV options:

CREATE TABLE tools_commits (id INTEGER PRIMARY KEY AUTOINCREMENT, tool_id INTEGER NOT NULL, hash TEXT NOT NULL, author TEXT NOT NULL, date TEXT NOT NULL, message TEXT NOT NULL, FOREIGN KEY (tool_id) REFERENCES tools(id) ON DELETE CASCADE);
Powered by Datasette · 17.958ms · krisyotam.com