Cargo Features

[dependencies]
pgrx-tests = { version = "0.12.0-alpha.1", default-features = false, features = ["pg12", "pg13", "pg14", "pg15", "pg16", "pg_test", "cshim", "no-schema-generation", "proptest"] }
default = proptest

The proptest feature is set by default whenever pgrx-tests is added without default-features = false somewhere in the dependency tree.

pg12

Enables pg12 of pgrx

pg13

Enables pg13 of pgrx

pg14

Enables pg14 of pgrx

pg15

Enables pg15 of pgrx

pg16

Enables pg16 of pgrx

pg_test
cshim

Enables cshim of pgrx

no-schema-generation

Enables no-schema-generation of pgrx and pgrx-macros

proptest default

Enables proptest

Affects pgrx-tests::proptest