-
Notifications
You must be signed in to change notification settings - Fork 152
Move Selector
into database crate
#1958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d050a36
to
e04183d
Compare
e04183d
to
622148d
Compare
622148d
to
b65e194
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM, apart from a few small nits. Would you like to also remove async_trait
in this PR?
b3d1e5c
to
0c2fbb1
Compare
0c2fbb1
to
dba0c6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks! This should help us use queries from collector nicely.
To implement #1734, it would be nice to move
Selector
from the site crate to the database crate.This PR will move Selector itself and related things into the database crate.
I left things like SiteCtxt that is only used in the site crate as it is.