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

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

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

ged/ruby-pg

0
View on GitHub↗

Ruby Pg

A PostgreSQL client library for Ruby

Features

  • Database Drivers - Interface for PostgreSQL databases.

AI सर्च

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

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

Start searching with AI
  • Database Drivers - Ruby database driver.
  • PostgreSQL - Listed in the “PostgreSQL” section of the Blazer awesome list.
  • 870 स्टार्स·193 फोर्क्स·C·4 व्यूज़

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

    ged/ruby-pg के लिए स्टार हिस्ट्री चार्टged/ruby-pg के लिए स्टार हिस्ट्री चार्ट

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

    समान ओपन-सोर्स प्रोजेक्ट्स, जो Ruby Pg के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
    • 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
    • jmcvetta/neoismjmcvetta का अवतार

      jmcvetta/neoism

      388GitHub पर देखें↗

      Neo4j client for Golang

      Go
      GitHub पर देखें↗388
    • 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
    • lib/pqlib का अवतार

      lib/pq

      9,903GitHub पर देखें↗

      pq is a PostgreSQL driver for Go that implements the standard database/sql interface. It serves as a connection library and protocol implementation that translates application data types into the binary and text formats required by PostgreSQL. The project provides specialized utilities for high-performance data ingestion using bulk data loading and a dedicated bulk data importer. It also features an implementation for listening to asynchronous server notifications and provides tools for connection load balancing across multiple hosts and ports. The driver covers a broad surface of database i

      Go
      GitHub पर देखें↗9,903
    Ruby Pg के सभी 30 विकल्प देखें→

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

    ged/ruby-pg क्या करता है?

    A PostgreSQL client library for Ruby

    ged/ruby-pg की मुख्य विशेषताएं क्या हैं?

    ged/ruby-pg की मुख्य विशेषताएं हैं: Database Drivers, PostgreSQL।

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

    ged/ruby-pg के ओपन-सोर्स विकल्पों में शामिल हैं: jmcvetta/neoism — Neo4j client for Golang. maxdemarzi/neography — A thin Ruby wrapper to the Neo4j Rest API. brianc/node-postgres — This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams… 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… neo4j/neo4j-dotnet-driver — Neo4j Bolt driver for .NET.