On Tue, Oct 26, 2021 at 7:39 AM Kevin Bowling <[email protected]> wrote: > > Hi, > > I am curious if anyone has any suggestions for using the 'pgx' crate in a > port. > > Specifically, it has an 'init' command that must be run before > the crate is used which bootstraps some external dependencies on postgres and > pg_config. > > https://github.com/zombodb/pgx
After digging around a bit, it seems part of this is a new cargo sub-command similar to something like devel/cargo-c, so I will need to make a pgx port to handle making this sub-command available.
