#postgresql #pgx #trusted #plrust-trusted-pgx

plrust-trusted-pgx

Minimal set of pgx rexports for plrust, which the authors have deemed trusted

4 releases (1 stable)

1.0.0 Apr 3, 2023
1.0.0-rc.1 Mar 14, 2023
1.0.0-rc.0 Feb 24, 2023
0.0.0-do-not-use Feb 24, 2023

#1912 in Database interfaces

Download history 1/week @ 2024-12-07

60 downloads per month

PostgreSQL

7KB
103 lines

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.

Dependencies

~21MB
~529K SLoC