codeintel: Add DefinitionDumps and ReferenceIDsAndFilters to dbstore
Created by: efritz
Helps https://github.com/sourcegraph/sourcegraph/pull/17964.
The new DefinitionDumps
method will replace Packages
, and ReferenceIDsAndFilters
will replace the reference paginating methods. The query strategy for the new methods mirror the old one, so there should be no huge surprises.