Is it plan to have a flux to sql adapter.
Do you have some clues how to use flux lib.
I would like to use flux as unified language for diffferent database.
Thanks for any informations.
Is it plan to have a flux to sql adapter.
Do you have some clues how to use flux lib.
I would like to use flux as unified language for diffferent database.
Thanks for any informations.
Yes that’s definitely something we want to do. We hacked up a primitive one here flux/stdlib/sql at master · influxdata/flux · GitHub
But that was just a quick hackday project. I imagine a much more advanced on that uses the query planner to convert Flux to an underlying SQL query. Almost like an ORM.