How to use duckdb-wasm (effectively) on iPad? #1929
Unanswered
joebowbeer
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After exploring some data in shell.duckdb, how to save the sql statements I crafted?
Selecting text in the shell in the brower is not working for me (in Chrome on iPad), so I can’t copy/paste.
Is there a way to access/download the shell history?
Update: I was able to copy/paste from/to the duckdb shell on an iPad using a mouse and keyboard. (But still no luck with touch and/or Apple Pencil alone.)
Next problem:
Now I’m trying to execute a SQL file in the duckdb shell. I can add the file (
.files add
) but I see no way to read it, let alone run it in the shell. There apparently is no.read
command duckdb-wasm.Beta Was this translation helpful? Give feedback.
All reactions