Replies: 1 comment 2 replies
-
You can either have the script generate queries with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have some code that generates a script for installing some tables. The script is represented as an array of strings where each string is a SQL statement. I'd like to loop over the script and run each statement one at a time.
The tagged literal syntax that Postgres.js uses is cool, but what do I do if I just want to execute a sql statement that's represented as a string?
Beta Was this translation helpful? Give feedback.
All reactions