home / songs

charts

6 rows where song_id = "1aa16f59992c59057865644631713d17"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: beats, meter

id ▼ song_id steps jumps beats type difficulty meter
1aa16f59992c59057865644631713d17-beginner-2 Arcade 1aa16f59992c59057865644631713d17 65 16 340 dance-single: beginner 2
1aa16f59992c59057865644631713d17-challenge-10 Arcade 1aa16f59992c59057865644631713d17 518 69 352 dance-single: challenge 10
1aa16f59992c59057865644631713d17-easy-3 Arcade 1aa16f59992c59057865644631713d17 113 20 340 dance-single: easy 3
1aa16f59992c59057865644631713d17-edit-10 Arcade 1aa16f59992c59057865644631713d17 523 74 352 dance-single: edit 10
1aa16f59992c59057865644631713d17-hard-8 Arcade 1aa16f59992c59057865644631713d17 459 10 352 dance-single: hard 8
1aa16f59992c59057865644631713d17-medium-5 Arcade 1aa16f59992c59057865644631713d17 246 3 352 dance-single: medium 5

Advanced export

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

CSV options:

CREATE TABLE [charts] (
   [song_id] TEXT REFERENCES [songs]([id]),
   [steps] INTEGER,
   [jumps] INTEGER,
   [beats] INTEGER,
   [type] TEXT,
   [difficulty] TEXT,
   [meter] INTEGER,
   [id] TEXT PRIMARY KEY
);
Powered by Datasette · Queries took 341.153ms