home / saraphina

goals

3 rows

✎ View and edit SQL

This data as json, CSV (advanced)

title ▼ value value_unit timeframe_days
calories_daily 3300.0 calories 1
protein_daily 225.0 g 1
workout_weekly 6.0 workouts 7

Advanced export

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

CSV options:

CREATE TABLE goals (
    title TEXT PRIMARY KEY,
    value REAL NOT NULL,
    value_unit TEXT NOT NULL,
    timeframe_days INTEGER NOT NULL
);
Powered by Datasette · Queries took 2.832ms