Replies: 2 comments 1 reply
-
Hi @rmjantz, this should already be possible per the docs. Could you please give this a try using the command below? ./kuzu mydb < commands.cypher For outputting the query results to a particular format, you can see these docs to choose the appropriate output format and then send that via stdout to your filesystem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply. I thought there might already to do this. Will give
it a try!
…On Sun, Mar 30, 2025, 6:42 PM Prashanth Rao ***@***.***> wrote:
Hi @rmjantz <https://github.com/rmjantz>, this should already be possible per
the docs <https://docs.kuzudb.com/client-apis/cli/#non-interactive-usage>.
Could you please give this a try using the command below?
./kuzu mydb < commands.cypher
—
Reply to this email directly, view it on GitHub
<#5162 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3MD2POJF62P7UHAYKBR7LT2XB6P3AVCNFSM6AAAAAB2DAE2TGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRXGAZDSNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to have the CLI read Cypher commands freom a file? If not, it seems like this would be useful; same for the ability to write query results to a file.
Beta Was this translation helpful? Give feedback.
All reactions