sqlite-parser icon indicating copy to clipboard operation
sqlite-parser copied to clipboard

split into multiple statements

Open joue-quroi opened this issue 5 years ago • 0 comments

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;)

joue-quroi avatar Jul 10 '19 06:07 joue-quroi