Crates.io | plrust-trusted-pgrx |
lib.rs | plrust-trusted-pgrx |
version | 1.2.8 |
source | src |
created_at | 2023-04-24 16:11:28.949327 |
updated_at | 2024-03-08 14:46:02.847401 |
description | Minimal set of `pgrx` rexports for plrust, which the authors have deemed trusted |
homepage | https://github.com/tcdi/plrust/ |
repository | https://github.com/tcdi/plrust/ |
max_upload_size | |
id | 847612 |
size | 7,777 |
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.