Published
Edited
Sep 21, 2021
46 forks
14 stars
Insert cell
Insert cell
db = FileAttachment("chinook.db").sqlite()
Insert cell
viewof dbTable = Inputs.select((await db.describe()).value.map(d => d.name), { label: "Table" })
Insert cell
data = db.query(`SELECT * FROM ${dbTable}`)
Insert cell
Inputs.table(data)
Insert cell

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.
Learn more