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

Readify/Neo4jClient

0
View on GitHub↗
427 stars·148 forks·C#·MS-PL·7 viewswww.nuget.org/packages/Neo4jClient↗

Neo4jClient

.NET client binding for Neo4j

Features

  • Database Drivers - Client binding for Neo4j graph databases.
  • Database Drivers - .NET client binding.

Star history

Star history chart for readify/neo4jclientStar history chart for readify/neo4jclient

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Neo4jClient

Similar open-source projects, ranked by how many features they share with Neo4jClient.
  • 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
See all 30 alternatives to Neo4jClient→

Frequently asked questions

What does readify/neo4jclient do?

.NET client binding for Neo4j

What are the main features of readify/neo4jclient?

The main features of readify/neo4jclient are: Database Drivers.

What are some open-source alternatives to readify/neo4jclient?

Open-source alternatives to readify/neo4jclient 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.