aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/codebase.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/codebase.rst')
-rw-r--r--docs/source/codebase.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/source/codebase.rst b/docs/source/codebase.rst
index e784c9e5..6de71f07 100644
--- a/docs/source/codebase.rst
+++ b/docs/source/codebase.rst
@@ -55,8 +55,9 @@ Software Stack
* Data storage
- * `MongoDB <http://www.mongodb.org/>`_: the document database backend
- for storage
+ * `SQLAlchemy <http://sqlalchemy.org/>`_: SQL ORM and database
+ interaction library for Python. Currently we support sqlite and
+ postgress as backends.
* Web application
@@ -84,10 +85,6 @@ Software Stack
ORM for MongoDB we're using which will make it easier to define
structures and all that (will be swapped out soon...)
- * `SQLAlchemy <http://sqlalchemy.org/>`_: SQL ORM and database
- interaction library for Python. We'll be moving to this in the
- upcoming move to SQL.
-
* `Babel <http://babel.edgewall.org>`_: Used to extract and compile
translations.