facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.36k stars 952 forks source link

Question: SQL scripts vs SQL statement #5657

Open RodrigoSilvaGLS opened 4 months ago

RodrigoSilvaGLS commented 4 months ago

When using the SQL plugin to access a SQLite DB, I was faced with the limitation to only run one statement at a time. Is there a way to overcome this limitation and execute a complete script with multiple statements? TIA