lvaudor / glitter

an R package which writes SPARQL queries
https://lvaudor.github.io/glitter
44 stars 5 forks source link

Make glitter closer to dbplyr? #162

Open maelle opened 1 year ago

maelle commented 1 year ago

https://dbplyr.tidyverse.org/articles/translation-verb.html https://dbplyr.tidyverse.org/articles/translation-function.html

Each query has these methods

spq_init() could be used to tweak behavior defaults

SPARQL is very different from SQL but still a good idea to explore making glitter more similar to dbplyr.