awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCustom Type Derivation

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

Distinct from PostgreSQL Integrations: Distinct from PostgreSQL Integrations: focuses on deriving custom database types from Rust code, not general integration features.

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

Awesome Custom Type Derivation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pgcentralfoundation/pgrxAvatar de pgcentralfoundation

    pgcentralfoundation/pgrx

    4,720Ver en 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 from Rust structs and enums with automatic serialization and binary protocol support.

    Rustpostgrespostgresqlpostgresql-extension
    Ver en GitHub↗4,720
  1. Home
  2. Data & Databases
  3. PostgreSQL Integrations
  4. Custom Type Derivation