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

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

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

Open-source alternatives to Ruby Pg

30 open-source projects similar to ged/ruby-pg, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ruby Pg alternative.

  • maxdemarzi/neographymaxdemarzi का अवतार

    maxdemarzi/neography

    603GitHub पर देखें↗

    A thin Ruby wrapper to the Neo4j Rest API

    Ruby
    GitHub पर देखें↗603
  • sfackler/rust-postgressfackler का अवतार

    sfackler/rust-postgres

    3,945GitHub पर देखें↗

    This project is a native PostgreSQL database driver for the Rust programming language. It functions as a type-safe database mapper and connector that provides both synchronous and asynchronous interfaces for executing queries against a PostgreSQL backend. The library implements a type-safe mapping system to convert PostgreSQL data types into Rust types, ensuring consistency during data transfer. It also serves as an encrypted database connector, supporting secure communication protocols to protect data in transit between the application and the database. The driver covers core database capab

    Rust
    GitHub पर देखें↗3,945
  • readify/neo4jclientReadify का अवतार

    Readify/Neo4jClient

    427GitHub पर देखें↗

    .NET client binding for Neo4j

    C#
    GitHub पर देखें↗427
  • neo4j/neo4j-dotnet-driverneo4j का अवतार

    neo4j/neo4j-dotnet-driver

    246GitHub पर देखें↗

    Neo4j Bolt driver for .NET

    C#
    GitHub पर देखें↗246
  • 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

AI सर्च

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

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

Find more with AI search
  • jmcvetta/neoismjmcvetta का अवतार

    jmcvetta/neoism

    388GitHub पर देखें↗

    Neo4j client for Golang

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

    npgsql/npgsql

    3,702GitHub पर देखें↗

    Npgsql is a .NET data provider and client library that enables applications to connect, execute queries, and manage data within PostgreSQL databases. It functions as a connection manager and translation layer between the application and the database server. The project features a connection manager capable of multi-host connectivity, providing load balancing and automatic failover across multiple servers. It includes specialized support for high-volume data import and export through bulk data operations and a mapping system that translates complex database types, such as arrays and JSON, into

    C#c-sharpdatabasedotnet
    GitHub पर देखें↗3,702
  • 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
  • aio-libs/aioodbcaio-libs का अवतार

    aio-libs/aioodbc

    326GitHub पर देखें↗

    aioodbc - is a library for accessing a ODBC databases from the asyncio

    Python
    GitHub पर देखें↗326
  • anormcypher/anormcypherAnormCypher का अवतार

    AnormCypher/AnormCypher

    127GitHub पर देखें↗

    Table of Contents

    Scala
    GitHub पर देखें↗127
  • andymccurdy/redis-pyandymccurdy का अवतार

    andymccurdy/redis-py

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

    redis-py is a Python client library for executing Redis commands and managing in-memory data structures. It provides the necessary components to integrate Python applications with Redis for data storage and retrieval. The project includes a cluster client for monitoring health and managing automatic failover across multiple active-active database replicas. It also features a connection pool manager to maintain reusable socket connections and a dedicated pub/sub client for subscribing to real-time message channels. The library covers broad capability areas including performance optimization t

    Python
    GitHub पर देखें↗13,566
  • apache/calcite-avatica-goapache का अवतार

    apache/calcite-avatica-go

    125GitHub पर देखें↗

    Apache Calcite Go

    Gobig-datacalcitegeospatial
    GitHub पर देखें↗125
  • apache/cassandra-python-driverapache का अवतार

    apache/cassandra-python-driver

    1,425GitHub पर देखें↗

    Python Driver for Apache Cassandra®

    Python
    GitHub पर देखें↗1,425
  • aio-libs/aiomysqlaio-libs का अवतार

    aio-libs/aiomysql

    1,887GitHub पर देखें↗

    aiomysql is a library for accessing a MySQL database from the asyncio

    Python
    GitHub पर देखें↗1,887
  • aerospike/aerospike-client-nodejsaerospike का अवतार

    aerospike/aerospike-client-nodejs

    207GitHub पर देखें↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    GitHub पर देखें↗207
  • amakawa/redicamakawa का अवतार

    amakawa/redic

    118GitHub पर देखें↗

    Lightweight Redis Client

    Ruby
    GitHub पर देखें↗118
  • blevesearch/bleveblevesearch का अवतार

    blevesearch/bleve

    10,986GitHub पर देखें↗

    Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval capabilities for embedded application data. It functions as a framework for indexing structured or unstructured information, allowing developers to build searchable collections that support complex query logic and data analysis. The engine distinguishes itself through a pluggable analysis pipeline that normalizes text before indexing, alongside support for vector similarity search to identify semantically related content. It utilizes finite-state transducer automata for efficie

    Go
    GitHub पर देखें↗10,986
  • blackbeam/rust-mysql-simpleblackbeam का अवतार

    blackbeam/rust-mysql-simple

    691GitHub पर देखें↗

    This crate offers:

    Rust
    GitHub पर देखें↗691
  • aliexpressru/gomemcachedaliexpressru का अवतार

    aliexpressru/gomemcached

    22GitHub पर देखें↗

    A Binary Memcached client for Go with support for sharding using consistent hashing, along with SASL.

    Goconsistent-hashinggogolang
    GitHub पर देखें↗22
  • bradfitz/gomemcachebradfitz का अवतार

    bradfitz/gomemcache

    1,873GitHub पर देखें↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    GitHub पर देखें↗1,873
  • aio-libs/aioesaio-libs का अवतार

    aio-libs/aioes

    98GitHub पर देखें↗

    asyncio compatible driver for elasticsearch

    Python
    GitHub पर देखें↗98
  • brianmario/mysql2brianmario का अवतार

    brianmario/mysql2

    2,279GitHub पर देखें↗

    A modern, simple and very fast Mysql library for Ruby - binding to libmysql

    Ruby
    GitHub पर देखें↗2,279
  • bsm/redeobsm का अवतार

    bsm/redeo

    444GitHub पर देखें↗

    High-performance framework for building redis-protocol compatible TCP servers/services

    Gogolow-latencyredis
    GitHub पर देखें↗444
  • btnguyen2k/gocosmosbtnguyen2k का अवतार

    btnguyen2k/gocosmos

    22GitHub पर देखें↗

    Go database/sql driver for Azure Cosmos DB SQL API

    Go
    GitHub पर देखें↗22
  • c410-f3r/wtxc410-f3r का अवतार

    c410-f3r/wtx

    360GitHub पर देखें↗

    A collection of different transport implementations and related tools focused primarily on web technologies.

    Rust
    GitHub पर देखें↗360
  • canopytax/asyncpgsaCanopyTax का अवतार

    CanopyTax/asyncpgsa

    510GitHub पर देखें↗

    A wrapper around asyncpg for use with sqlalchemy

    Python
    GitHub पर देखें↗510
  • chenmingyong0423/go-mongoxchenmingyong0423 का अवतार

    chenmingyong0423/go-mongox

    220GitHub पर देखें↗

    A Go Mongo library based on the official MongoDB driver, featuring streamlined document operations, generic binding of structs to collections, built-in BSON doc builder, automated field updates, struct validation, hooks, and plugin-based programming.

    Gobuilderdatabasego
    GitHub पर देखें↗220
  • cihangir/neo4jcihangir का अवतार

    cihangir/neo4j

    29GitHub पर देखें↗

    Neo4j Rest API Client for Go lang

    Go
    GitHub पर देखें↗29
  • bchavez/rethinkdb.driverbchavez का अवतार

    bchavez/RethinkDb.Driver

    381GitHub पर देखें↗

    :headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.

    C#
    GitHub पर देखें↗381