home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

16 rows where steam_app_pk = 133520

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1509021 achievement_full 25.100000381469727 Nympho's Path 133520
1509022 achievement_one 91.69999694824219 Nympho's Path 133520
1509023 achievement_zero 99.4000015258789 Nympho's Path 133520
1509024 achievement_two 52.20000076293945 Nympho's Path 133520
1509025 achievement_stars1 51.70000076293945 Nympho's Path 133520
1509026 achievement_three 31.899999618530273 Nympho's Path 133520
1509027 achievement_credits 19.299999237060547 Nympho's Path 133520
1509028 achievement_stars2 25.899999618530273 Nympho's Path 133520
1509029 achievement_four 20.700000762939453 Nympho's Path 133520
1509030 achievement_five 15.399999618530273 Nympho's Path 133520
1509031 achievement_stars3 16.399999618530273 Nympho's Path 133520
1509032 achievement_six 12.300000190734863 Nympho's Path 133520
1509033 achievement_gallery 13.800000190734863 Nympho's Path 133520
1509034 achievement_seven 11.199999809265137 Nympho's Path 133520
1509035 achievement_stars4 10.600000381469727 Nympho's Path 133520
1509036 achievement_stars5 8.300000190734863 Nympho's Path 133520

Advanced export

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

CSV options:

CREATE TABLE "achievement" (
	pk INTEGER NOT NULL, 
	name VARCHAR NOT NULL, 
	percent FLOAT NOT NULL, 
	steam_app_pk INTEGER, 
	PRIMARY KEY (pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk)
);
Powered by Datasette · Queries took 2182.859ms · Data source: steam-to-sqlite