Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
qiniu/qmgo 的主要功能包括:Database Drivers, Database Tools, NoSQL Databases。
qiniu/qmgo 的开源替代品包括: mongodb/mongo-go-driver — The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables… gomodule/redigo — Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and… globalsign/mgo — The MongoDB driver for Go. couchbase/go-couchbase — Couchbase client in Go. aerospike/aerospike-client-go — Aerospike Client Go. bsm/redeo — High-performance framework for building redis-protocol compatible TCP servers/services.
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
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
High-performance framework for building redis-protocol compatible TCP servers/services