pgx 0.7.4

pgx: A Rust framework for creating Postgres extensions
Documentation

pgx

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 10 feature flags, 2 of them enabled by default.

default

  • cshim

cshim

  • pgx-pg-sys/cshim

no-schema-generation

  • pgx-macros/no-schema-generation
  • pgx-sql-entity-graph/no-schema-generation

pg11

  • pgx-pg-sys/pg11

time-crate

  • dep:time

pg14

  • pgx-pg-sys/pg14

pg15

  • pgx-pg-sys/pg15

pg13

  • pgx-pg-sys/pg13

pg12

  • pgx-pg-sys/pg12

unsafe-postgres

    This feature flag does not enable additional features.