Platform
Resources
Pricing
Sign in
Get started
Templates /
SQLite Starter
Sign up to use template
Observable
The end-to-end solution for building and hosting better data apps, dashboards, and reports.
Workspace
Published
2 collections
Edited
Sep 21, 2021
ISC
47 forks
14 stars
1
Templates: Integrations
SQLite Starter
Google Sheets Starter
GitHub API Starter
Stripe API Starter
Figma API Starter
AWS S3 API Starter
AWS EC2 API Starter
Also listed in…
Templates
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.
Try it for free
Learn more
Fork
View
Export
Listed in...
Templates: Integrations
Observable
Templates
Observable
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
db
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
dbTable
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML