Query a Fantasy Premier League (FPL) dataset within a browser-based, in-memory database.
The database is a browser-based instance of DuckDB . It is populated from static files generated by a nightly process, sourcing the latest data from the FPL API.
Use SQL to query the data, with the results displayed in a table. The schema of the database is displayed below, with example queries to get you started.
The source code for this project is available on GitHub .
Note: Outside of the season, some tables may be empty.