home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

21 rows where steam_app_pk = 109174

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
1303835 MEET_JEFF 89.0 Life Goes On: Done to Death 109174
1303836 PATRICIDE 30.7 Life Goes On: Done to Death 109174
1303837 WILHELM 30.6 Life Goes On: Done to Death 109174
1303838 STRESS_RELIEF 14.5 Life Goes On: Done to Death 109174
1303839 MILECIDE 14.5 Life Goes On: Done to Death 109174
1303840 JIMFANTICIDE 11.6 Life Goes On: Done to Death 109174
1303841 AIR_DROP 9.3 Life Goes On: Done to Death 109174
1303842 INEFFICIENT 9.0 Life Goes On: Done to Death 109174
1303843 ORBIT 3.9 Life Goes On: Done to Death 109174
1303844 NO_VACANCY 2.6 Life Goes On: Done to Death 109174
1303845 SOUL_CRUSHING 2.4 Life Goes On: Done to Death 109174
1303846 APPEASEMENT 2.3 Life Goes On: Done to Death 109174
1303847 MAGNETO 2.2 Life Goes On: Done to Death 109174
1303848 RAPID_SACRIFICE 2.0 Life Goes On: Done to Death 109174
1303849 MERCIFUL_LEADER 1.9 Life Goes On: Done to Death 109174
1303850 COMPLETIONIST 1.8 Life Goes On: Done to Death 109174
1303851 CONSERVATION 1.8 Life Goes On: Done to Death 109174
1303852 NOTHING_HERE 1.7 Life Goes On: Done to Death 109174
1303853 DEVS 1.6 Life Goes On: Done to Death 109174
1303854 ROOM_FOR_ONE_MORE 1.6 Life Goes On: Done to Death 109174
1303855 ALL_THE_THINGS 1.1 Life Goes On: Done to Death 109174

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