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