awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesQuery Cancellations

Mechanisms for terminating active database operations using protocol-level signals.

Distinct from Request Cancellations: Existing candidates focus on general async operations or network requests; this is specifically a database protocol-level query termination.

Explore 4 awesome GitHub repositories matching data & databases · Query Cancellations. Refine with filters or upvote what's useful.

Awesome Query Cancellations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • porsager/postgresporsager 的头像

    porsager/postgres

    8,566在 GitHub 上查看↗

    This project is a PostgreSQL client library and SQL query builder for JavaScript and TypeScript. It provides a low-level database driver and connection manager to handle database sessions, along with a logical replication client for monitoring real-time changes. The library distinguishes itself with a high-performance bulk data streamer that utilizes the database copy command for importing and exporting large datasets. It also implements a logical replication protocol to facilitate real-time database synchronization through change subscriptions and channel-based notifications. The toolset co

    Implements protocol-level cancel requests to terminate long-running database operations.

    JavaScriptclientcockroachdbdatabase
    在 GitHub 上查看↗8,566
  • datlechin/tableprodatlechin 的头像

    datlechin/TablePro

    4,471在 GitHub 上查看↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Terminates running database processes to free system resources.

    Swift
    在 GitHub 上查看↗4,471
  • pgbouncer/pgbouncerpgbouncer 的头像

    pgbouncer/pgbouncer

    3,937在 GitHub 上查看↗

    PgBouncer is a lightweight middleware proxy server and connection pooler for PostgreSQL. It acts as a database connection manager and load balancer, reducing system overhead by managing a pool of reusable connections and distributing incoming traffic across multiple backend servers. The project distinguishes itself through a protocol-level proxying approach that handles authentication and TLS encryption without parsing underlying SQL queries. It provides specialized support for mapping named prepared statements across different backend connections and implements a socket-sharing process model

    Forwards query cancellation signals between process instances to terminate active database operations.

    Cpostgresql
    在 GitHub 上查看↗3,937
  • tableplus/tableplusTablePlus 的头像

    TablePlus/TablePlus

    3,799在 GitHub 上查看↗

    TablePlus is a SQL database management GUI and professional administration tool designed for managing relational and NoSQL databases. It functions as a native SQL query client and relational data browser, providing a graphical interface for database administration, schema management, and data exploration. The project distinguishes itself through a staged-change commit system that buffers GUI-driven modifications locally for review before they are applied to the server. It also features a native-protocol connection layer for low-latency communication and secure connectivity via SSH tunneling.

    Allows users to terminate active database operations midway through execution using protocol-level signals.

    在 GitHub 上查看↗3,799
  1. Home
  2. Data & Databases
  3. Query Cancellations