home / system

Menu
  • GraphQL API
  • Search all tables

changelog_content

Table actions
  • GraphQL API for changelog_content

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

6 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: day, weekday, month, year, kind, id (date)

id ▼ day weekday month year text kind
2025-01-05 5 Fri Jan. 2025 I vacuumed the carpets today. daily
2025-01-06 6 Sat Jan. 2025 We will have a basketball match next week. daily
2025-01-08 8 Mon Jan. 2025 Tomorrow I begin a new life, new life, new journey! milestone
2025-01-09 9 Tue Jan. 2025 It is very rewarding to keep a diary of daily happenings. reflection
2026-02-06 6 Fri Feb. 2026 Added sidenotes demonstration to Personal Axioms note daily
2026-03-01 1 Sun Mar. 2026 add /tui page (Plan 9 indie web homepage) daily

Advanced export

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

CSV options:

CREATE TABLE changelog_content (
    id TEXT PRIMARY KEY,
    day TEXT NOT NULL,
    weekday TEXT NOT NULL,
    month TEXT NOT NULL,
    year TEXT NOT NULL,
    text TEXT NOT NULL,
    kind TEXT
);
CREATE INDEX idx_changelog_content_year ON changelog_content(year);
Powered by Datasette · 19.275ms · krisyotam.com