pg-embed 0.7.1

Run a Postgresql database locally on Linux, MacOS or Windows as part of another Rust application or test.
Documentation

pg-embed

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 14 feature flags, 5 of them enabled by default.

default

  • rt_tokio_migrate

rt_tokio_migrate

  • tokio
  • reqwest
  • sqlx_tokio

tokio

    This feature flag does not enable additional features.

reqwest

    This feature flag does not enable additional features.

sqlx_tokio

    This feature flag does not enable additional features.

rt_actix_migrate

  • tokio
  • reqwest
  • sqlx_actix

rt_async_std_migrate

  • async-std
  • surf
  • sqlx_async_std

rt_async_std

  • async-std
  • surf

rt_actix

  • tokio
  • reqwest

rt_tokio

  • tokio
  • reqwest

async-std

    This feature flag does not enable additional features.

surf

    This feature flag does not enable additional features.

sqlx_async_std

    This feature flag does not enable additional features.

sqlx_actix

    This feature flag does not enable additional features.