pgrx icon indicating copy to clipboard operation
pgrx copied to clipboard

`cargo-pgx` template support

Open jamessewell opened this issue 3 years ago • 1 comments
trafficstars

They replace the previous single shot bgworker config switch

All files are templated out of the ./src/templates directories

Possible to do:

  • check (at compile time) that templates have a MVP list of files (./src/lib.rs, Cargo.toml etc..)
  • Build (at compile time) a list of ./src/template directories to include (static atm)

jamessewell avatar Mar 21 '22 06:03 jamessewell

All in all I'm pretty pleased with this @jamessewell . :) In your commit you mentioned this was a first go, are you planning on making further changes or should I take it for a spin?

Hoverbear avatar Mar 30 '22 16:03 Hoverbear