Replies: 1 comment 1 reply
-
You can chain queries https://docs.cozodb.org/en/latest/stored.html#chaining-queries If query chaining is not enough for you, you can try multi-statement transaction https://docs.cozodb.org/en/latest/stored.html#multi-statement-transaction , NodeJS examples: https://github.com/cozodb/cozo/blob/v0.5.1/cozo-lib-nodejs/example.js#L45-L54 . Hope this answers your question. |
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
-
I found the example file - https://github.com/cozodb/cozo/blob/main/cozo-lib-nodejs/example.js
is there a proper way of passing
a
back again toPipify
?I tried the following and different variations, like using a semicolon instead of the comma:
Beta Was this translation helpful? Give feedback.
All reactions