awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mongodb avatar

mongodb/mongo-csharp-driver

0
View on GitHub↗
3,238 stars·1,269 forks·C#·Apache-2.0·10 viewswww.mongodb.com/docs/drivers/csharp/current↗

Mongo Csharp Driver

The Official C# .NET Driver for MongoDB

Features

  • Database Drivers - Official MongoDB driver for .NET.
  • Databases and Storage - Official driver for MongoDB integration.
  • Language Drivers - Official C# driver for .NET applications.

Star history

Star history chart for mongodb/mongo-csharp-driverStar history chart for mongodb/mongo-csharp-driver

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mongo Csharp Driver

Similar open-source projects, ranked by how many features they share with Mongo Csharp Driver.
  • globalsign/mgoglobalsign avatar

    globalsign/mgo

    1,966View on GitHub↗

    The MongoDB driver for Go

    Gogolangmongodb
    View on GitHub↗1,966
  • go-sql-driver/mysqlgo-sql-driver avatar

    go-sql-driver/mysql

    15,424View on GitHub↗

    This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications to interact with relational database management systems. It implements the standard database interface, allowing developers to manage persistent connections, execute queries, and handle transactions within their applications. The driver functions by translating high-level database commands into the specific binary packet format required for communication with MySQL servers. It manages network sessions through a connection pooling mechanism and supports context-aware query cance

    Godatabasegomariadb
    View on GitHub↗15,424
  • datastax/csharp-driverdatastax avatar

    datastax/csharp-driver

    668View on GitHub↗

    DataStax C# Driver for Apache Cassandra

    C#cassandraclientcsharp
    View on GitHub↗668
  • jackc/pgxjackc avatar

    jackc/pgx

    13,428View on GitHub↗

    This project is a database driver and interface for the Go programming language, specifically designed for PostgreSQL. It provides a low-level library for executing SQL queries, managing transactions, and handling data persistence within Go applications. The driver distinguishes itself by implementing the native PostgreSQL binary wire protocol, which minimizes communication overhead and maximizes data transfer efficiency. It includes advanced connection pooling to maintain persistent database sessions and supports prepared statement caching to accelerate the execution of frequently repeated o

    Go
    View on GitHub↗13,428
See all 30 alternatives to Mongo Csharp Driver→

Frequently asked questions

What does mongodb/mongo-csharp-driver do?

The Official C# .NET Driver for MongoDB

What are the main features of mongodb/mongo-csharp-driver?

The main features of mongodb/mongo-csharp-driver are: Database Drivers, Databases and Storage, Language Drivers.

What are some open-source alternatives to mongodb/mongo-csharp-driver?

Open-source alternatives to mongodb/mongo-csharp-driver include: go-sql-driver/mysql — This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications… mongodb/mongo-cxx-driver — C++ Driver for MongoDB. datastax/csharp-driver — DataStax C# Driver for Apache Cassandra. globalsign/mgo — The MongoDB driver for Go. jackc/pgx — This project is a database driver and interface for the Go programming language, specifically designed for PostgreSQL.… mongodb/mongo-go-driver — The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables…