awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to canopytax/asyncpgsa

Open-source alternatives to Asyncpgsa

30 open-source projects similar to canopytax/asyncpgsa, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Asyncpgsa alternative.

  • encode/databasesAvatar von encode

    encode/databases

    4,002Auf GitHub ansehen↗

    This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking database operations in Python. It functions as an asynchronous database driver wrapper and a SQL expression builder, allowing for the construction of raw SQL strings from structured Python objects. The library includes an asyncio connection pool manager that utilizes task-local storage to handle connection lifecycles and reduce resource overhead. It also serves as an async database transaction manager, wrapping operations in atomic transactions and savepoints to maintain data int

    Python
    Auf GitHub ansehen↗4,002
  • aerospike/aerospike-client-nodejsAvatar von aerospike

    aerospike/aerospike-client-nodejs

    207Auf GitHub ansehen↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    Auf GitHub ansehen↗207
  • avito-tech/go-transaction-managerAvatar von avito-tech

    avito-tech/go-transaction-manager

    406Auf GitHub ansehen↗

    Transaction manager for GoLang

    Go
    Auf GitHub ansehen↗406
  • aio-libs/aioesAvatar von aio-libs

    aio-libs/aioes

    98Auf GitHub ansehen↗

    asyncio compatible driver for elasticsearch

    Python
    Auf GitHub ansehen↗98
  • aio-libs/aiomysqlAvatar von aio-libs

    aio-libs/aiomysql

    1,887Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,887

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • aio-libs/aioodbcAvatar von aio-libs

    aio-libs/aioodbc

    326Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗326
  • aio-libs/aiopgAvatar von aio-libs

    aio-libs/aiopg

    1,430Auf GitHub ansehen↗

    aiopg is a library for accessing a PostgreSQL database from the asyncio

    Python
    Auf GitHub ansehen↗1,430
  • alexeyco/pigAvatar von alexeyco

    alexeyco/pig

    17Auf GitHub ansehen↗

    Simple pgx wrapper to execute and scan query results

    Godatabasegogolang
    Auf GitHub ansehen↗17
  • aliexpressru/gomemcachedAvatar von aliexpressru

    aliexpressru/gomemcached

    22Auf GitHub ansehen↗

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

    Goconsistent-hashinggogolang
    Auf GitHub ansehen↗22
  • amakawa/redicAvatar von amakawa

    amakawa/redic

    118Auf GitHub ansehen↗

    Lightweight Redis Client

    Ruby
    Auf GitHub ansehen↗118
  • andymccurdy/redis-pyAvatar von andymccurdy

    andymccurdy/redis-py

    13,566Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,566
  • apache/calcite-avatica-goAvatar von apache

    apache/calcite-avatica-go

    125Auf GitHub ansehen↗

    Apache Calcite Go

    Gobig-datacalcitegeospatial
    Auf GitHub ansehen↗125
  • apache/cassandra-python-driverAvatar von apache

    apache/cassandra-python-driver

    1,425Auf GitHub ansehen↗

    Python Driver for Apache Cassandra®

    Python
    Auf GitHub ansehen↗1,425
  • apache/couchdb-nanoAvatar von apache

    apache/couchdb-nano

    687Auf GitHub ansehen↗

    Nano: The official Apache CouchDB library for Node.js

    JavaScriptapachecouchdbnano
    Auf GitHub ansehen↗687
  • aio-libs/aiocouchdbAvatar von aio-libs

    aio-libs/aiocouchdb

    54Auf GitHub ansehen↗

    CouchDB client built on top of aiohttp (asyncio)

    Python
    Auf GitHub ansehen↗54
  • ayende/ravendbAvatar von ayende

    ayende/ravendb

    295Auf GitHub ansehen↗

    A linq enabled document database for .NET

    C#
    Auf GitHub ansehen↗295
  • bchavez/rethinkdb.driverAvatar von bchavez

    bchavez/RethinkDb.Driver

    381Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗381
  • blackbeam/rust-mysql-simpleAvatar von blackbeam

    blackbeam/rust-mysql-simple

    691Auf GitHub ansehen↗

    This crate offers:

    Rust
    Auf GitHub ansehen↗691
  • blevesearch/bleveAvatar von blevesearch

    blevesearch/bleve

    10,986Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,986
  • bradfitz/gomemcacheAvatar von bradfitz

    bradfitz/gomemcache

    1,873Auf GitHub ansehen↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    Auf GitHub ansehen↗1,873
  • brianc/node-postgresAvatar von brianc

    brianc/node-postgres

    13,155Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,155
  • brianmario/mysql2Avatar von brianmario

    brianmario/mysql2

    2,279Auf GitHub ansehen↗

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

    Ruby
    Auf GitHub ansehen↗2,279
  • bsm/redeoAvatar von bsm

    bsm/redeo

    444Auf GitHub ansehen↗

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

    Gogolow-latencyredis
    Auf GitHub ansehen↗444
  • btnguyen2k/gocosmosAvatar von btnguyen2k

    btnguyen2k/gocosmos

    22Auf GitHub ansehen↗

    Go database/sql driver for Azure Cosmos DB SQL API

    Go
    Auf GitHub ansehen↗22
  • chenmingyong0423/go-mongoxAvatar von chenmingyong0423

    chenmingyong0423/go-mongox

    220Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗220
  • cihangir/neo4jAvatar von cihangir

    cihangir/neo4j

    29Auf GitHub ansehen↗

    Neo4j Rest API Client for Go lang

    Go
    Auf GitHub ansehen↗29
  • confluentinc/confluent-kafka-dotnetAvatar von confluentinc

    confluentinc/confluent-kafka-dotnet

    262Auf GitHub ansehen↗

    Confluent's Apache Kafka .NET client

    C#c-sharpconfluentdotnet
    Auf GitHub ansehen↗262
  • couchbase/couchbase-lite-netAvatar von couchbase

    couchbase/couchbase-lite-net

    443Auf GitHub ansehen↗

    A lightweight, document-oriented (NoSQL), syncable database engine for .NET

    C#
    Auf GitHub ansehen↗443
  • couchbase/couchnodeAvatar von couchbase

    couchbase/couchnode

    462Auf GitHub ansehen↗

    Couchbase Node.js Client Library (Official)

    TypeScriptcouchbasenodejssdk
    Auf GitHub ansehen↗462
  • aerospike/aerospike-client-goAvatar von aerospike

    aerospike/aerospike-client-go

    459Auf GitHub ansehen↗

    Aerospike Client Go

    Go
    Auf GitHub ansehen↗459