inf-mongo

Homepage: http://github.com/endofunky/inf-mongo

Author: Tobias Svensson

Updated:

Summary

Run a MongoDB shell process in a buffer

Commentary

inf-mongo.el provides a REPL buffer connected to a MongoDB shell
(mongo) subprocess.

Install

$ cd ~/.emacs.d/vendor
$ git clone git://github.com/endofunky/inf-mongo.git

In your emacs config:

(add-to-list 'load-path "~/.emacs.d/vendor/inf-mongo")
(require 'inf-mongo)

Usage

Run with `M-x inf-mongo'

Dependencies