StructuredQueries.jl
StructuredQueries.jl copied to clipboard
Query representations for Julia
Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...
The current README points to https://davidagold.github.io/StructuredQueries.jl/stable which current throws a 404.
Hi, First I just want to say, coming from a "tidyverse/R" background, I love the idea of this package. I am just starting to play in the world of julia...
Hi, I'm interested in using this interface to access biological annotation databases. Databases may be located in a local machine or over the Internet. In such a case, we often...
~~The title says it all. If there anything folks feel strongly about adding, please do chime in.~~ ~~Required:~~ This issue is now about setting milestones for a number of projects....
This issue is a proper home for the discussion that ended up emerging in #20 re: syntax and semantics for parametrized queries (i.e. (?) prepared statements) and interpolation (the original...
This is a continuation of #16 , which this issue expands on with other syntax issues/desiderata. There we considered how piping should be expressed: by use of newlines (within a...
This issue does not concern the "one-off" macros (`@select`, etc.), which continue to be defunct. Rather, it concerns syntax within the `@query` macro. Currently, one conveys the intention to pipe...
Suppose a user produces a `Query`: ``` julia qry = @query filter(:src, A > .5) |> select(B, C) ``` It seems reasonable that a user ought to be able to...
What information is best present/format most readable when showing the structure and contents of a query graph? I've been playing around with this a bit and have come up with...