awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ged avatar

ged/ruby-pg

0
View on GitHub↗
870 stele·193 fork-uri·C·3 vizualizări

Ruby Pg

A PostgreSQL client library for Ruby

Features

  • Database Drivers - Interface for PostgreSQL databases.
  • Database Drivers - Ruby database driver.
  • PostgreSQL - Listed in the “PostgreSQL” section of the Blazer awesome list.

Istoric stele

Graficul istoricului de stele pentru ged/ruby-pgGraficul istoricului de stele pentru ged/ruby-pg

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face ged/ruby-pg?

A PostgreSQL client library for Ruby

Care sunt principalele funcționalități ale ged/ruby-pg?

Principalele funcționalități ale ged/ruby-pg sunt: Database Drivers, PostgreSQL.

Care sunt câteva alternative open-source pentru ged/ruby-pg?

Alternativele open-source pentru ged/ruby-pg includ: 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.

Alternative open-source pentru Ruby Pg

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Ruby Pg.
  • jackc/pgxAvatar jackc

    jackc/pgx

    13,428Vezi pe 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
    Vezi pe GitHub↗13,428
  • jmcvetta/neoismAvatar jmcvetta

    jmcvetta/neoism

    388Vezi pe GitHub↗

    Neo4j client for Golang

    Go
    Vezi pe GitHub↗388
  • brianc/node-postgresAvatar brianc

    brianc/node-postgres

    13,155Vezi pe 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
    Vezi pe GitHub↗13,155
  • lib/pqAvatar lib

    lib/pq

    9,903Vezi pe GitHub↗

    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
    Vezi pe GitHub↗9,903
Vezi toate cele 30 alternative pentru Ruby Pg→