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

default

rt_tokio_migrate (default)

reqwest (default)

sqlx_tokio (default)

tokio (default)

async-std

rt_actix

rt_actix_migrate

rt_async_std

rt_async_std_migrate

rt_tokio

sqlx_actix

sqlx_async_std

surf