sqlite-parser
sqlite-parser copied to clipboard
split into multiple statements
Is it possible to use this lib to split a multiple-part statement into an array of statements.
example:
sqliteParser(INSERT INTO storage WHERE id=1; INSERT INTO storage WHERE id=2;
)