doableware/djongo
Django and MongoDB database connector observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3339
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
1921 stars · 354 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Djongo is a Django database connector that lets Django projects use MongoDB as a backend without changing the Django ORM. It works as a SQL-to-MongoDB query compiler, translating Django ORM queries into MongoDB query documents.
Use cases
- use mongodb as django database backend
- run django admin on mongodb
- translate django orm queries to mongodb
- build django app with schema-free models
- switch django project between sql and mongodb
- store nested documents with django models
When to choose
- you have an existing django project and want to move to mongodb without rewriting models
- you want to use django admin and contrib modules with mongodb
- you want rapid prototyping with schema-free models in django
When to avoid
- you need a fully supported, actively developed django-mongodb solution - official django mongodb backend may be better
- your project relies on complex sql features not supported by mongodb
- you use a license-incompatible context since djongo is AGPL-3.0
Facets
library · maturity maintenance
database-driver orm database databases web-development backend python django mongodb pymongo nosql sql-to-mongodb odm
3 sources
- readme: https://github.com/doableware/djongo · fetched 2026-08-28 · 90c57b36bf1c
- homepage: https://www.djongomapper.com · fetched 2026-08-29 · 22702fe143fc
- registry_pypi: https://pypi.org/pypi/djongo/json · fetched 2026-08-29 · 6de5e6d46002
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| doableware/djongo | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="doableware/djongo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem