A PostgreSQL client library for Ruby
Principalele funcționalități ale ged/ruby-pg sunt: Database Drivers, PostgreSQL.
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.
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
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
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