Skip to content

Accessing the database

Tom Taylor edited this page Sep 19, 2015 · 6 revisions

This page will give you some basic instructions on how to manually query the database should you need to.

The default database for the authoring tool is MongoDB, so if you're new to mongo, you might want to head over to their official documentation to give yourself the best possible start.

Shell

If you're well-versed in using the command line, you can query the database from the comfort of your favourite terminal application.

TODO shell commands

Robomongo

If you prefer interacting with a user-interface to using the command line, we recommend you try Robomongo, which is free, cross-platform and very easy to use.

TODO robomongo instructions

Clone this wiki locally