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

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

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

1 个仓库

Awesome GitHub RepositoriesServer Programming Interfaces

Safe Rust bindings to PostgreSQL's Server Programming Interface for executing queries and managing data within extension code.

Distinct from Application Programming Interfaces: Distinct from Application Programming Interfaces: focuses specifically on PostgreSQL's internal SPI for extensions, not general inter-program communication.

Explore 1 awesome GitHub repository matching software engineering & architecture · Server Programming Interfaces. Refine with filters or upvote what's useful.

Awesome Server Programming Interfaces GitHub Repositories

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

    pgcentralfoundation/pgrx

    4,720在 GitHub 上查看↗

    pgrx is a framework for building and packaging custom PostgreSQL extensions using Rust. It serves as a foreign function interface bridge that maps Rust types and functions to the internal server programming interface of the database. The project provides a specialized toolchain for cross-compilation across different operating systems and target architectures using custom sysroots. It includes a schema generator that automatically translates high-level language structures into SQL definitions and binary protocol mappings. The framework manages memory safety by wrapping database memory context

    Provides safe Rust bindings to PostgreSQL's Server Programming Interface for executing queries within extensions.

    Rustpostgrespostgresqlpostgresql-extension
    在 GitHub 上查看↗4,720
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Programmatic Interfaces
  5. Application Programming Interfaces
  6. Server Programming Interfaces