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

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

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

2 个仓库

Awesome GitHub RepositoriesPostgreSQL Custom Type Derivation

Derives PostgreSQL types, enums, and composites directly from Rust structs and enums with automatic serialization.

Distinct from Custom Data Types: Distinct from Custom Data Types: focuses on deriving PostgreSQL-specific types from Rust code, not general schema-level type extensions.

Explore 2 awesome GitHub repositories matching data & databases · PostgreSQL Custom Type Derivation. Refine with filters or upvote what's useful.

Awesome PostgreSQL Custom Type Derivation GitHub Repositories

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

    MaterializeInc/materialize

    6,314在 GitHub 上查看↗

    Materialize is a streaming SQL database that continuously ingests live data from sources such as Kafka, Redpanda, PostgreSQL, and MySQL, and incrementally maintains materialized views. It provides a PostgreSQL-compatible query engine that accepts standard SQL over the PostgreSQL wire protocol, enabling any existing SQL client or BI tool to query real-time data. The system also includes a Model Context Protocol (MCP) server that exposes live materialized view data to AI agents, providing fresh context without polling. Materialize distinguishes itself through its ability to offer configurable c

    Decodes columns with unsupported data types as plain text to avoid blocking ingestion of the rest of the table.

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

    Derives PostgreSQL types, enums, and composites directly from Rust structs and enums with automatic serialization.

    Rustpostgrespostgresqlpostgresql-extension
    在 GitHub 上查看↗4,720
  1. Home
  2. Data & Databases
  3. Custom Data Types
  4. PostgreSQL Custom Type Derivation

探索子标签

  • Unsupported Type Fallbacks1 个子标签Strategies for gracefully handling columns with data types the system cannot natively process. **Distinct from PostgreSQL Custom Type Derivation:** Distinct from PostgreSQL Custom Type Derivation: focuses on fallback decoding as text for unsupported types, not deriving custom types from code.