awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Readify avatar

Readify/Neo4jClient

0
View on GitHub↗
427 स्टार्स·148 फोर्क्स·C#·MS-PL·0 व्यूज़www.nuget.org/packages/Neo4jClient↗

Neo4jClient

.NET client binding for Neo4j

Features

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

स्टार हिस्ट्री

readify/neo4jclient के लिए स्टार हिस्ट्री चार्टreadify/neo4jclient के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Neo4jClient के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Neo4jClient के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • ged/ruby-pgged का अवतार

    ged/ruby-pg

    870GitHub पर देखें↗

    A PostgreSQL client library for Ruby

    C
    GitHub पर देखें↗870
  • jackc/pgxjackc का अवतार

    jackc/pgx

    13,428GitHub पर देखें↗

    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
    GitHub पर देखें↗13,428
  • brianc/node-postgresbrianc का अवतार

    brianc/node-postgres

    13,155GitHub पर देखें↗

    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
    GitHub पर देखें↗13,155
  • jmcvetta/neoismjmcvetta का अवतार

    jmcvetta/neoism

    388GitHub पर देखें↗

    Neo4j client for Golang

    Go
    GitHub पर देखें↗388
Neo4jClient के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

readify/neo4jclient क्या करता है?

.NET client binding for Neo4j

readify/neo4jclient की मुख्य विशेषताएं क्या हैं?

readify/neo4jclient की मुख्य विशेषताएं हैं: Database Drivers।

readify/neo4jclient के कुछ ओपन-सोर्स विकल्प क्या हैं?

readify/neo4jclient के ओपन-सोर्स विकल्पों में शामिल हैं: 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.