https://github.com/dongweiming/idb
ipython db.py shell extension
https://github.com/dongweiming/idb
Last synced: 3 months ago
JSON representation
ipython db.py shell extension
- Host: GitHub
- URL: https://github.com/dongweiming/idb
- Owner: dongweiming
- License: apache-2.0
- Created: 2014-12-09T08:07:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T10:11:39.000Z (over 9 years ago)
- Last Synced: 2025-03-26T15:43:08.319Z (3 months ago)
- Language: Python
- Size: 13.4 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
idb
===ipython [db.py](https://github.com/yhat/db.py) shell extension.
Databases Supported
===- PostgreSQL
- MySQL
- SQLite
- Redshift
- MS SQL Server
- OracleInstall
=======use github:
In [1]: %install_ext https://raw.githubusercontent.com/dongweiming/idb/master/idb.py
In [2]: %load_ext idbgit clone https://github.com/dongweiming/idb
cd idb
python setup.py installuse pip:
pip install ipython-db
In [1]: %load_ext idbUsage
=============You can see this example ipynb: http://nbviewer.ipython.org/github/dongweiming/idb/blob/master/examples/db-example.ipynb