qiniu/qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo. observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 88
- 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: 246
- age_days: 2220
- days_rel: 424
- days_push: 74
- n_releases_24m: 2
Adoption not part of the score
1356 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Qmgo is a Go driver for MongoDB built on top of the official mongo-go-driver, offering a friendlier, chainable API reminiscent of the classic mgo library. It supports CRUD, transactions, hooks, aggregation, indexes, and validation tags with minimal code changes for mgo migrations.
Use cases
- connect to mongodb from go
- migrate from mgo to the official mongo go driver
- perform crud operations on mongodb with a chainable api
- use mongodb transactions in go
- add hooks and validation to mongodb documents
- manage mongodb indexes and aggregation pipelines in go
When to choose
- you want an ergonomic, mgo-like API over the official mongo-go-driver
- you are migrating an existing mgo-based Go codebase
- you need transactions, hooks, and index management in one convenient wrapper
When to avoid
- you prefer using the official mongo-go-driver API directly
- you use a database other than MongoDB
- you need a full ORM with schema migrations
Facets
library · maturity active
database-driver database databases backend developer-tools go windows cross-platform mongodb mgo chainable-api orm-like transactions hooks linux macos
1 source
- readme: https://github.com/qiniu/qmgo · fetched 2026-08-28 · 1aedc0733317
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qiniu/qmgo | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem