Description
Builds PostgreSQL extensions written in Rust with the pgrx framework. It helps developers compile, test, package, and run database extensions from Cargo workflows.
Use it when developing PostgreSQL extension code. Database extensions run inside the database process, so review safety, version compatibility, and test data carefully.