Run sql from emacs
If on Ubuntu:
sudo apt-get install sqlite3
- have an sqlite db ready(possibly from django)
- create an org file and follow these instructions to connect to the db
- I also have this in my emacs config
(org-babel-do-load-languages
'org-babel-load-languages (quote ((emacs-lisp . t)
(sqlite . t)
(R . t)
(python . t))))