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

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

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesPostgreSQL User-Defined Functions

Defines user-defined functions and triggers in PostgreSQL using Rust code with automatic SQL schema generation.

Distinct from Rust User-Defined Functions: Distinct from Rust User-Defined Functions: focuses on PostgreSQL-specific UDF creation, not general streaming data functions.

Explore 2 awesome GitHub repositories matching development tools & productivity · PostgreSQL User-Defined Functions. Refine with filters or upvote what's useful.

Awesome PostgreSQL User-Defined Functions GitHub Repositories

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

    tcdi/pgx

    4,716在 GitHub 上查看↗

    pgx 是一个用于使用 Rust 语言开发高性能 PostgreSQL 扩展的框架和工具套件。它提供了一个底层 API 包装器,用于与内部数据库内存上下文、日志系统和核心执行 API 进行交互,从而能够直接在数据库引擎内实现自定义的数据库功能和逻辑。 该项目的特色在于其专用的构建工具和命令行接口,用于管理从环境初始化到二进制打包的扩展开发生命周期。它包含一个类型映射器,可将语言结构转换为数据库复合类型,并自动生成相应的 SQL 模式定义。 该框架涵盖了广泛的功能面,包括用户定义函数映射、二进制协议集成,以及多版本目标支持,以确保跨不同数据库版本的兼容性。它还提供了专门的内存管理包装器来处理指针并防止数据库环境中的内存泄漏。

    Maps typed Rust functions to the PostgreSQL internal execution system to create custom functions and triggers.

    Rust
    在 GitHub 上查看↗4,716
  • 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

    Defines user-defined functions and triggers in PostgreSQL using Rust code with automatic SQL schema generation.

    Rustpostgrespostgresqlpostgresql-extension
    在 GitHub 上查看↗4,720
  1. Home
  2. Development Tools & Productivity
  3. Custom Task Functions
  4. SQL Function Namespaces
  5. Function Definitions
  6. Rust User-Defined Functions
  7. PostgreSQL User-Defined Functions