The Official C# .NET Driver for MongoDB
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
The Official MongoDB Ruby Driver
The main features of mongodb/mongo-ruby-driver are: Database Drivers, Language Drivers.
Open-source alternatives to mongodb/mongo-ruby-driver include: mongodb/mongo-cxx-driver — C++ Driver for MongoDB. mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… globalsign/mgo — The MongoDB driver for Go. mongodb/mongo-csharp-driver — The Official C# .NET Driver for MongoDB. mongodb/mongo-go-driver — The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables… mongodb/motor — Motor - the async Python driver for MongoDB and Tornado or asyncio.