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
neo4j avatar

neo4j/neo4j-dotnet-driver

0
View on GitHub↗
246 stars·64 forks·C#·Apache-2.0·10 views

Neo4j Dotnet Driver

Neo4j Bolt driver for .NET

Features

  • Database Drivers - Bolt protocol driver for Neo4j.
  • Database Drivers - .NET driver for the binary protocol.

Star history

Star history chart for neo4j/neo4j-dotnet-driverStar history chart for neo4j/neo4j-dotnet-driver

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Neo4j Dotnet Driver

These projects share indexed features with Neo4j Dotnet Driver. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ged/ruby-pgged avatar

    ged/ruby-pg

    870View on GitHub↗

    A PostgreSQL client library for Ruby

    C
    View on GitHub↗870
  • 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
  • brianc/node-postgresbrianc avatar

    brianc/node-postgres

    13,155View on GitHub↗

    This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams into JavaScript objects. It serves as a driver for executing queries, managing data, and integrating Node.js applications with PostgreSQL backends. The library includes a connection pool manager to reduce network overhead by caching reusable connections and a result streamer that uses cursors to retrieve large datasets incrementally. It also functions as an event listener for subscribing to asynchronous server-side notifications to trigger real-time application events. Broad

    JavaScriptlibpqnode-postgrespostgres
    View on GitHub↗13,155
  • jmcvetta/neoismjmcvetta avatar

    jmcvetta/neoism

    388View on GitHub↗

    Neo4j client for Golang

    Go
    View on GitHub↗388
Compare all 30 related projects→

Frequently asked questions

What does neo4j/neo4j-dotnet-driver do?

Neo4j Bolt driver for .NET

What are the main features of neo4j/neo4j-dotnet-driver?

The main features of neo4j/neo4j-dotnet-driver are: Database Drivers.

Which projects share features with neo4j/neo4j-dotnet-driver?

Projects with overlapping indexed features include: jackc/pgx — This project is a database driver and interface for the Go programming language, specifically designed for PostgreSQL.… lib/pq — pq is a PostgreSQL driver for Go that implements the standard database/sql interface. It serves as a connection… brianc/node-postgres — This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams… ged/ruby-pg — A PostgreSQL client library for Ruby. jmcvetta/neoism — Neo4j client for Golang. maxdemarzi/neography — A thin Ruby wrapper to the Neo4j Rest API.