Commit graph

4 commits

Author SHA1 Message Date
Sean Breckenridge
8c16aed7d6 remove locator, use qualified func name
premature optimization, assuming that
would be how someone interacted with this

might as well move it as we'll instead
use the qualified function name for input
2021-04-05 11:45:12 -07:00
Sean Breckenridge
dadfcb5b6a initial query_range implementation
refactored functions in query some more
to allow re-use in range_range, select()
pretty much just calls out to a bunch
of handlers now
2021-04-05 11:26:37 -07:00
Sean Breckenridge
1b6c8dee81 restructure query code for cli, some test fixes 2021-04-04 04:16:50 -07:00
Sean Breckenridge
3118891c03
my.core.query: initial implementation (#143)
in particular `my.core.query.select`: a function to query, order, sort and filter items from one or more sources
2021-03-28 07:52:50 +01:00