innovationOUtside / jupyter_anywidget_pglite

Jupyter anywidget and magic for working with pglite (single use postgres wasm build)
MIT License
0 stars 0 forks source link

Add magic flag that denotes a multiline sql query #10

Closed psychemedia closed 2 months ago

psychemedia commented 2 months ago

At the moment, the block magic only allows us to enter a single SQL statement.

Add a simple flag that denotes multiple sql statements, naively separated by a ;

This should work fine as long as there isn't a ';' as part of one of the actual queries.