`CREATE TABLE IF NOT EXISTS todo_list ("name" primary key, "creation_time");`,
`CREATE TABLE IF NOT EXISTS todo ("id" primary key, "list", "text", "complete");`
// primary keys act as the identifier by which to merge.
// if two things have different primary keys, they'll both exist.
// if two things have the same primary key, their contents are merged.
])
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.