innovationOUtside/ipython_magic_sqlalchemy_schemadisplay

USe a persistent connection

psychemedia opened this issue · 0 comments

We should only need to connect the schema magic to the database once, and then persist the connection, as the ipython-sql magic does.

At the moment, a connection is required for each diagram, which can eat up connections, especially across multiple open notebooks.