-
Notifications
You must be signed in to change notification settings - Fork 374
Open
Description
Hello--I've really enjoyed using ipython-sql! One challenge I have is that it requires creating a new engine, rather than using an existing one.
I can work around this by having Connection create the engine, and the grabbing it off of that. However, working with all the tools that can take a sqlalchemy engine feels bit easier, if I can make it upfront and then pass it to them.
Thanks for all your work on this tool!
edit: here's the current workaround:
from sql.connection import Connection
con = Connection("duckdb:///:memory:")
con.session.engine
Metadata
Metadata
Assignees
Labels
No labels