summary refs log tree commit diff stats
path: root/doc/lib.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-03-25 01:26:32 +0100
committerAraq <rumpf_a@web.de>2014-03-25 01:26:32 +0100
commit9e66d988e7fc1f33b11a0b93be484361390bd095 (patch)
tree753ab1b43fff7c36c7c601cbd10e5a297719af56 /doc/lib.txt
parent87557920778e861b3ec897aa7cfd632676ec80ee (diff)
downloadNim-9e66d988e7fc1f33b11a0b93be484361390bd095.tar.gz
mongodb wrapper properly removed from core
Diffstat (limited to 'doc/lib.txt')
-rw-r--r--doc/lib.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 3214cdae2..ca2539631 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -386,9 +386,6 @@ Database support
   A higher level SQLite database wrapper. The same interface is implemented
   for other databases too.
 
-* `db_mongo <db_mongo.html>`_
-  A higher level **mongodb** wrapper. 
-
 
 Other
 -----
@@ -503,8 +500,6 @@ 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>`_