home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

27 rows where steam_app_pk = 15825

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
2130627 I_WANT_MY_NAME_IN_THE_CREDITS 87.3 Elroy and the Aliens 15825
2130628 BROOM_FOR_IMPROVEMENT 53.2 Elroy and the Aliens 15825
2130629 CHESSMASTER 68.9 Elroy and the Aliens 15825
2130630 SO_THAT_I_CAN_FEEL_THE_RAIN 69.4 Elroy and the Aliens 15825
2130631 IT_DOESNT_GET_MORE_META_THAN_THIS 42.3 Elroy and the Aliens 15825
2130632 EVERY_SINGLE_FLOOR 35.1 Elroy and the Aliens 15825
2130633 NO_YOU_WONT 51.2 Elroy and the Aliens 15825
2130634 PIXEL_HUNTER 46.8 Elroy and the Aliens 15825
2130635 SWEET_DREAMS 37.1 Elroy and the Aliens 15825
2130636 LINE_RIDER 25.1 Elroy and the Aliens 15825
2130637 DONT_GET_UP_JUST_YET 33.8 Elroy and the Aliens 15825
2130638 REBEL 32.7 Elroy and the Aliens 15825
2130639 MINE_MAGNET 20.4 Elroy and the Aliens 15825
2130640 LEARN_TO_FORGIVE 24.9 Elroy and the Aliens 15825
2130641 MASTER_OF_THE_MULTIVERSE 23.9 Elroy and the Aliens 15825
2130642 CALL_THE_ANIMAL_PROTECTION_AGENCY 11.1 Elroy and the Aliens 15825
2130643 CAPTAIN_PENDULUM 10.7 Elroy and the Aliens 15825
2130644 FASHIONISTA 9.4 Elroy and the Aliens 15825
2130645 LEARN_YOUR_LINES 10.2 Elroy and the Aliens 15825
2130646 FLAWLESS_FOOTWORK 10.5 Elroy and the Aliens 15825
2130647 GOOD_HOST 7.7 Elroy and the Aliens 15825
2130648 BOOKWORM 8.9 Elroy and the Aliens 15825
2130649 HAANI_PENTAGON_SCHOLAR 7.5 Elroy and the Aliens 15825
2130650 DIVINE_INSPIRATION 7.6 Elroy and the Aliens 15825
2130651 DEEJAY 6.8 Elroy and the Aliens 15825
2130652 POLYGLOT 4.4 Elroy and the Aliens 15825
2130653 TRIANGLE_OF_TRUTH 4.1 Elroy and the Aliens 15825

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