awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesError Metadata Extraction

Retrieval of detailed diagnostic information and error codes from database server responses.

Distinct from Database Error Handling: Focuses on extracting metadata from the DB response rather than general exception management.

Explore 2 awesome GitHub repositories matching data & databases · Error Metadata Extraction. Refine with filters or upvote what's useful.

Awesome Error Metadata Extraction GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • grpc/grpc-rustالصورة الرمزية لـ grpc

    grpc/grpc-rust

    12,338عرض على GitHub↗

    grpc-rust is a native gRPC framework for Rust designed for building high-performance remote procedure call clients and servers. It provides an asynchronous communication stack and a protocol buffers implementation for encoding, decoding, and generating type-safe code from service definitions. The project enables the implementation of unary and bi-directional data streaming over the HTTP/2 protocol. It includes specialized support for gRPC-Web integration, allowing browser-based clients to communicate with services through protocol translation. The infrastructure covers a broad range of distr

    Allows attaching and extracting detailed error metadata to programmatically communicate specific failure reasons.

    Rustasyncgrpcproto
    عرض على GitHub↗12,338
  • lib/pqالصورة الرمزية لـ lib

    lib/pq

    9,903عرض على 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

    Retrieves detailed error metadata, including specific server codes and messages, for debugging failed operations.

    Go
    عرض على GitHub↗9,903
  1. Home
  2. Data & Databases
  3. Database Error Handling
  4. Error Metadata Extraction

استكشف الوسوم الفرعية

  • RPCRetrieval and processing of detailed diagnostic metadata from remote procedure call responses. **Distinct from Error Metadata Extraction:** Focuses on gRPC-specific status detail extraction rather than database-specific error metadata.