2 repositorios
Creates native PostgreSQL data types from Rust structs and enums with automatic serialization and binary protocol support.
Distinct from PostgreSQL Integrations: Distinct from PostgreSQL Integrations: focuses on implementing custom database types from Rust, not general integration features.
Explore 2 awesome GitHub repositories matching data & databases · Custom Type Implementations. Refine with filters or upvote what's useful.
Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t
Implements lifecycle functions in any protobuf-compatible language to handle validation and state changes for application-specific transactions.
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
Creates native PostgreSQL data types from Rust structs and enums with automatic serialization and binary protocol support.