crates.io badge docs.rs badge

plrust-trusted-pgx is a re-export crate based on pgx which exports the minimal set of capabilities necessary to compile plrust user functions along with safe access to various parts of Postgres including some data types, logging, Spi, and triggers.

You might be tempted to use this for your own pgx extension development, but you shouldn't. It's intended for use onely with plrust.