pgo icon indicating copy to clipboard operation
pgo copied to clipboard

Execute multiple statements in one string

Open lpil opened this issue 1 year ago • 0 comments

Hello!

Is it possible to execute multiple statements in one string?

My use case is for schema migrations. I wish to have multiple DDL statements in one file, read the file, and then execute the statements from that file.

Currently I seem to have to split the statements into one per string or per file, which is rather awkward UX.

Thanks! Louis

lpil avatar Apr 14 '23 16:04 lpil