plrust-trusted-pgx

Crates.ioplrust-trusted-pgx
lib.rsplrust-trusted-pgx
version1.0.0
sourcesrc
created_at2023-02-24 17:38:20.428828
updated_at2023-04-03 21:30:05.901539
descriptionMinimal set of `pgx` rexports for plrust, which the authors have deemed trusted
homepagehttps://github.com/tcdi/plrust/
repositoryhttps://github.com/tcdi/plrust/
max_upload_size
id793803
size6,854
TCDI Dev (tcdidev)

documentation

README

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 only with plrust.

Commit count: 448

cargo fmt