Cargo Features

pgx-tests has no features set by default.

[dependencies]
pgx-tests = { version = "0.7.4", features = ["pg11", "pg12", "pg13", "pg14", "pg15", "pg_test", "cshim", "no-schema-generation"] }
pg11

Enables pg11 of pgx

pg12

Enables pg12 of pgx

pg13

Enables pg13 of pgx

pg14

Enables pg14 of pgx

pg15

Enables pg15 of pgx

pg_test
cshim

Enables cshim of pgx

no-schema-generation

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

pgx-tests has 8 features without comments.