pgrx

Build Postgres extensions in Rust with ease

brewmacoslinux
Try with needOr install directly
Source

About

Build Postgres Extensions with Rust

Commands

cargo-pgrx

Examples

Create a new Postgres extension project$ cargo pgrx new my_extension
Run tests against Postgres$ cargo pgrx test
Package extension for distribution$ cargo pgrx package