innovationOUtside / ipython_magic_eralchemy

IPython magic to display ERDs / entity relationship diagrams produced by eralchemy
MIT License
2 stars 0 forks source link

Persisting connections #1

Open psychemedia opened 6 years ago

psychemedia commented 6 years ago

The ipython-sql magic persists connections opened once only in a notebook using the import sql.connection package from that magic as demonstrated in `magic.py.

It would be nice to have some unified magic that could make use of the same database connection to run ipython-sql magic and the erd magic; which means tweaking the eralchemy package to be ble to make use of the same connection details as ipython-sql?