Hacker News new | ask | show | jobs
by datahipster 4254 days ago
You ought to take a look at https://pypi.python.org/pypi/ipython-sql. This, in conjunction with IPython magic helpers specified in your IPython profile, can turn IPython into a SQL client. Here's a good example: https://gist.github.com/slnovak/583e35083ebd42892fab
2 comments

Thanks for this, looks like it's going to be pretty handy.
OOOOOO awesome. Thank you!