home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

15 rows where steam_app_pk = 14154

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
159929 UNLOCK_SHOTGUN 19.0 Rage Wars 14154
159930 UNLOCK_FACES 17.8 Rage Wars 14154
159931 KILL_STREAK 16.6 Rage Wars 14154
159932 COMPLETE_WORLD_1 16.4 Rage Wars 14154
159933 ZOMBIES_COUNT 15.1 Rage Wars 14154
159934 UNLOCK_RIFLE 14.4 Rage Wars 14154
159935 UNLOCK_ROCKET_LAUNCHER 12.3 Rage Wars 14154
159936 COMPLETE_WORLD_2 12.3 Rage Wars 14154
159937 UNLOCK_FLAME_THROWER 11.7 Rage Wars 14154
159938 COMPLETE_WORLD_3 10.2 Rage Wars 14154
159939 UNLOCK_CHAINSAW 9.5 Rage Wars 14154
159940 UNLOCK_LASER 8.7 Rage Wars 14154
159941 RAGE_COUNT 7.4 Rage Wars 14154
159942 KILL_STREAK_OF_100 7.3 Rage Wars 14154
159943 POTATOES_COUNT 7.2 Rage Wars 14154

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 3826.718ms · Data source: steam-to-sqlite