home / system

Menu
  • GraphQL API
  • Search all tables

now

Table actions
  • GraphQL API for now

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

3 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date), created_at (date)

id ▼ title preview date category slug cover_image status confidence importance state created_at
1 April 2025 My primary attention is directed toward three key areas: Finishing my basic frameworks for a meaningful life, Implementing the aforementioned frameworks, Increasing the quality of input & decreasing the quantity (Auditory, Visual) 2025-04-01 now 04-2025   Finished certain 9.0 active 2026-01-05 06:11:20
2 March 2025 Focusing on core areas of personal and professional development including framework building and systematic learning approaches 2025-03-01 now 03-2025   Finished certain 9.0 active 2026-01-05 06:11:20
3 February 2025 Monthly update on current focus areas, projects, and learning initiatives 2025-02-01 now 02-2025   Finished certain 9.0 active 2026-01-05 06:11:20

Advanced export

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

CSV options:

CREATE TABLE now (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    title TEXT NOT NULL,
    preview TEXT,
    date TEXT,
    category TEXT,
    slug TEXT UNIQUE NOT NULL,
    cover_image TEXT,
    status TEXT DEFAULT 'published',
    confidence TEXT,
    importance TEXT,
    state TEXT,
    created_at TEXT DEFAULT CURRENT_TIMESTAMP
);
CREATE INDEX idx_now_category ON now(category);
CREATE INDEX idx_now_status ON now(status);
CREATE INDEX idx_now_slug ON now(slug);
Powered by Datasette · 22.345ms · krisyotam.com