Ross ROSS = Recommend OSS · open-source software intelligence for agents

doableware/djongo

Django and MongoDB database connector observed · 2026-08-28

github.com/doableware/djongo · homepage · Python · AGPL-3.0 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
doableware/djongomain67

For agents

markdown · JSON · MCP: product_card(name="doableware/djongo")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem