# pg-embed

Crates.io Docs.rs Crates.io Crates.io

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

The currently supported async runtime for pg-embed is tokio.

Support for async-std and actix is planned and will be available soon.

# Usage