diff options
author | Araq <rumpf_a@web.de> | 2014-03-25 01:26:32 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-03-25 01:26:32 +0100 |
commit | 9e66d988e7fc1f33b11a0b93be484361390bd095 (patch) | |
tree | 753ab1b43fff7c36c7c601cbd10e5a297719af56 | |
parent | 87557920778e861b3ec897aa7cfd632676ec80ee (diff) | |
download | Nim-9e66d988e7fc1f33b11a0b93be484361390bd095.tar.gz |
mongodb wrapper properly removed from core
-rw-r--r-- | doc/lib.txt | 5 |
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>`_ |