Uh oh!
There was an error while loading. Please reload this page.
support serializing a vector of strings - #73
Conversation
clarkevans
commented
May 18, 2025
@aplavin -- thank you for the pull request. I'm trying to grok the use cases for this, what are upsides and downsides? Anyway, we're going to be building out an IDE based upon FunSQL over at PlutoFunSQL.jl and putting together a roadmap here. |
aplavin
commented
May 19, 2025
This PR simply adds supports for vectors, as in Ideally though, I think all Julia values in literals ( |
thofma
commented
Mar 6, 2026
If I understand it correctly, one would be able to write things like |
Could probably relax it to allow any vectors (eg numbers)?..