Note legacy status

master
Catherine Devlin 2023-04-21 14:46:44 -06:00 committed by GitHub
parent 4c4603c221
commit e21bc64e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@ ipython-sql
Introduces a %sql (or %%sql) magic.
Legacy project
--------------
IPython-SQL's functionality and maintenance have been eclipsed by [JupySQL](https://github.com/ploomber/jupysql), a fork maintained and developed by the Ploomber team. Future work will be directed into JupySQL - please file issues there, as well!
Description
-----------
Connect to a database, using `SQLAlchemy URL`_ connect strings, then issue SQL
commands within IPython or IPython Notebook.