home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

20 rows where steam_app_pk = 165

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
3583 ACH_FIRST_BLOOD 38.3 Z: The End 165
3584 ACH_CHIVALRY 20.0 Z: The End 165
3585 ACH_PILLS_HERE 20.8 Z: The End 165
3586 ACH_GUTS 13.3 Z: The End 165
3587 ACH_THE_LAB 7.5 Z: The End 165
3588 ACH_CHANGE 6.6 Z: The End 165
3589 ACH_PROTECTION 7.5 Z: The End 165
3590 ACH_MY_EYES 6.6 Z: The End 165
3591 ACH_BOULDER 8.3 Z: The End 165
1711973 ACH_BOW 0.8 Z: The End 165
1711974 ACH_CLOAK 0.8 Z: The End 165
1711975 ACH_CHURCH 1.6 Z: The End 165
1711976 ACH_BIG_IRON 5.8 Z: The End 165
1711977 ACH_FIRE 0.8 Z: The End 165
1711978 ACH_CAMPFIRE 0.8 Z: The End 165
1711979 ACH_AXE 5.0 Z: The End 165
1711980 ACH_LUMBERJACK 3.3 Z: The End 165
1711981 ACH_KNIFE 3.3 Z: The End 165
1711982 ACH_CONTAINMENT 1.6 Z: The End 165
1711983 ACH_28_DAYS_SURVIVED 0.8 Z: The End 165

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