summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-12-30 16:34:39 +0100
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-01-15 22:23:20 +0100
commit457497980ce9b3ac1c0da7060a65d22b825e1f9c (patch)
tree617ef3026f0576869476ba8e21216ff871fa7656 /doc
parent74f94482cc61956bd61457ba9c7b9fd1b8c67ec9 (diff)
downloadNim-457497980ce9b3ac1c0da7060a65d22b825e1f9c.tar.gz
Moves mongodb module to lower level wrapper group.
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index e9aa9e857..dbe8c6a04 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -386,9 +386,6 @@ Database support
 * `db_mongo <db_mongo.html>`_
   A higher level **mongodb** wrapper. 
 
-* `mongodb <mongo.html>`_
-  Lower level wrapper for the **mongodb** client C library.
-  
 
 Other
 -----
@@ -588,6 +585,8 @@ Database support
   Contains a wrapper for the mySQL API.
 * `sqlite3 <sqlite3.html>`_
   Contains a wrapper for SQLite 3 API.
+* `mongodb <mongo.html>`_
+  Lower level wrapper for the **mongodb** client C library.
 * `odbcsql <odbcsql.html>`_
   interface to the ODBC driver.
 * `sphinx <sphinx.html>`_