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
60 downloads per month
7KB
103 lines
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