| ▲ | oofbey 3 hours ago | |
There’s certainly some benefit in a declarative language for creating charts from SQL. Obviously this doesn’t do anything that you can’t also do easily in R or Python / matplotlib using about the same number of lines of code. But safely sandboxing those against malicious input is difficult. Whereas with a declarative language like this you could host something where an untrusted user enters the ggsql and you give them the chart. So it’s something. But for most uses just prompting your favorite LLM to generate the matplotlib code is much easier. | ||