Opened 5 weeks ago

Closed 5 weeks ago

Last modified 5 weeks ago

#36072 closed New feature (duplicate)

There is something missing in django with mongoDB.

Reported by: Mayur Bodhare Owned by:
Component: Database layer (models, ORM) Version: 5.1
Severity: Release blocker Keywords: Database, ORM, engine
Cc: Mayur Bodhare Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There is no default engine for mongodb.
I tried djongo engine but it not worked.
Maybe it is not stable.
We need new built in engine and ORM to support new NOSQL databases such as MongoDB.

Change History (2)

comment:1 by Sarah Boyce, 5 weeks ago

Resolution: duplicate
Status: newclosed

Duplicate of #19009

comment:2 by Simon Charette, 5 weeks ago

Tim might know more about it (I unfortunately lost rights to CC others so I can't add him to this ticket) but it seems like the actively developed Mongo connector lives here.

Last edited 5 weeks ago by Tim Graham (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top