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.
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