2 repository-uri
Frameworks for building PostgreSQL extensions entirely in Rust with automatic schema generation and memory safety.
Distinct from PostgreSQL Extensions: Distinct from PostgreSQL Extensions: focuses on the Rust framework for building extensions, not the extensions themselves.
Explore 2 awesome GitHub repositories matching data & databases · Rust Frameworks. Refine with filters or upvote what's useful.
A very fast implementation of tldr in Rust.
Built entirely in Rust for speed and memory safety, using the Rust ecosystem for CLI construction.
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
Serves as the primary Rust framework for building and packaging custom PostgreSQL extensions with memory safety.