tmthyjames / SQLCell

SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
MIT License
151 stars 11 forks source link

add arg to allow user to specify location of sqlcell.db #112

Open tmthyjames opened 5 years ago

tmthyjames commented 5 years ago

it will currently install to the current working dir, so you could have multiple sqlcell.db instances with different data.

allow user to control where sqlcell.db gets written to