Skip to content
Snippets Groups Projects
Commit 883cca51 authored by Jamie Tanna's avatar Jamie Tanna
Browse files

feat(reports): add `report funding`

As part of #235, we want to be able to source information about the
packages we depend on which are looking for financial support.

We want to introduce a report for this data, in both the web and CLI,
which produces all dependencies that are looking for funding, as well as
ordering it by how widespread the dependency is in the codebases
dependency-management-data knows about, as a good indication of
priority.

Unfortunately, due to the way that we're using a subquery, we need to
manually manage the SQL + querying as `sqlc` crashes.

Fortunately, this isn't too awkward a query and shouldn't change too
often.
parent 84c32015
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment