REPL or print function #1773
vanillajonathan
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Currently PRQL only compiles to SQL; it can't actually execute much code itself (it can actually execute So I don't think this is that easy; it would need a DB integration. I'll leave it open for any ideas though! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems there is no way to get the value of an variable or an expression.
Now how do I know what is stored inside the
foo
variable?I would love to have a
print
function so I could do:Or have a REPL where I could type things and it would evaluate them.
Beta Was this translation helpful? Give feedback.
All reactions