Changes between Version 23 and Version 24 of NoSqlSupport


Ignore:
Timestamp:
Dec 4, 2017, 10:31:03 AM (6 years ago)
Author:
nesdis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NoSqlSupport

    v23 v24  
    2020
    2121Also take a look at the [http://djangopackages.com/grids/g/nosql/ feature comparison matrix] for an overview of what is supported and what is missing. Database-specific features are sometimes provided by an automatically added manager. For example, MongoDB adds a manager which adds map-reduce and other MongoDB-specific features.
     22
     23[https://github.com/nesdis/djongo Djongo]: Efforts to connect the original Django ORM (instead of a non-rel flavor) to MongoDB are also being made. Currently all Django contrib modules (Eg: Auth, Session, etc,.) work fine with MongoDB. In addition, the Django Admin module works fine with MongoDB as well. Embedded documents or Array of embedded documents can be written into MongoDB using the Django Admin webapp.
    2224
    2325= Representing result rows =
Back to Top