Crates.io | plrust-trusted-pgx |
lib.rs | plrust-trusted-pgx |
version | 1.0.0 |
source | src |
created_at | 2023-02-24 17:38:20.428828 |
updated_at | 2023-04-03 21:30:05.901539 |
description | Minimal set of `pgx` 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 | 793803 |
size | 6,854 |
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.