#postgresql #trusted #plrust

plrust-trusted-pgrx

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

13 stable releases

1.2.8 Mar 8, 2024
1.2.7 Nov 19, 2023
1.2.6 Sep 14, 2023
1.2.4-beta.pg16b3 Aug 10, 2023
1.1.1 Apr 27, 2023

#782 in Database interfaces

Download history 189/week @ 2024-12-07 201/week @ 2024-12-14 36/week @ 2024-12-21 55/week @ 2024-12-28 367/week @ 2025-01-04 46/week @ 2025-01-11 112/week @ 2025-01-18 55/week @ 2025-01-25 68/week @ 2025-02-01 46/week @ 2025-02-08 91/week @ 2025-02-15 108/week @ 2025-02-22 36/week @ 2025-03-01 35/week @ 2025-03-08 56/week @ 2025-03-15 5/week @ 2025-03-22

134 downloads per month

PostgreSQL

8KB
120 lines

crates.io badge docs.rs badge

plrust-trusted-pgrx is a re-export crate based on pgrx 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 pgrx extension development, but you shouldn't. It's intended for use only with plrust.

Dependencies

~24MB
~526K SLoC