awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
globalsign avatar

globalsign/mgoFork

0
View on GitHub↗
1,966 星标·222 分支·Go·2 次浏览

Mgo

The MongoDB driver for Go

Features

  • Database Drivers - MongoDB driver.
  • Database Tools - MongoDB driver for Go.
  • NoSQL Databases - MongoDB driver with idiomatic Go API.
  • Language Drivers - Community-maintained Go driver for database interaction.

Star 历史

globalsign/mgo 的 Star 历史图表globalsign/mgo 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Mgo 的开源替代方案

相似的开源项目,按与 Mgo 的功能重合度排序。
  • mongodb/mongo-go-drivermongodb 的头像

    mongodb/mongo-go-driver

    8,506在 GitHub 上查看↗

    The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables the storage and retrieval of flexible document data by providing a bridge between Go backends and the database. The driver implements specialized capabilities for semantic vector search, allowing the handling and execution of high-dimensional vector data for similarity-based retrieval. It also supports full-text search via linguistic analysis and programmatic search index management. The project covers a broad range of database operations, including document-based CRUD, bulk

    Godatabasedrivergo
    在 GitHub 上查看↗8,506
  • mongodb/mongo-python-drivermongodb 的头像

    mongodb/mongo-python-driver

    4,342在 GitHub 上查看↗

    The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage data within MongoDB databases using the Python programming language. It serves as a database connectivity library that handles authentication and connection pooling, while also providing a vector search client for managing embedding indexes and retrieving data based on semantic similarity. The driver supports both synchronous and asynchronous database driver models to perform non-blocking I/O operations and stream data from database clusters. It distinguishes itself through speci

    Pythonmongodbmongodb-driverpymongo
    在 GitHub 上查看↗4,342
  • gomodule/redigogomodule 的头像

    gomodule/redigo

    9,860在 GitHub 上查看↗

    Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and interact with Redis data stores. The library includes a connection pool manager to maintain a cache of reusable open connections and a pipelining tool that groups multiple commands into a single network round-trip to increase throughput and reduce latency. It also provides an implementation for broadcasting events and receiving real-time messages through Redis communication channels. The project covers broader capability areas including remote scripting for executing logic o

    Gogoredis
    在 GitHub 上查看↗9,860
  • qiniu/qmgoqiniu 的头像

    qiniu/qmgo

    1,353在 GitHub 上查看↗

    Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.

    Godatabasedrivergo
    在 GitHub 上查看↗1,353
查看 Mgo 的所有 30 个替代方案→

常见问题解答

globalsign/mgo 是做什么的?

The MongoDB driver for Go

globalsign/mgo 的主要功能有哪些?

globalsign/mgo 的主要功能包括:Database Drivers, Database Tools, NoSQL Databases, Language Drivers。

globalsign/mgo 有哪些开源替代品?

globalsign/mgo 的开源替代品包括: mongodb/mongo-go-driver — The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables… qiniu/qmgo — Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo. gomodule/redigo — Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and… mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… aerospike/aerospike-client-go — Aerospike Client Go. couchbase/go-couchbase — Couchbase client in Go.