Re: Port wanting pgx cargo crate
- In reply to: Kevin Bowling : "Port wanting pgx cargo crate"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Oct 2021 15:16:56 UTC
On Tue, Oct 26, 2021 at 7:39 AM Kevin Bowling <kevin.bowling@kev009.com> 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.