postgresql_archive 0.20.2

A library for downloading and extracting PostgreSQL archives
Documentation
1
2
3
4
5
6
7
8
9
mod extractor;
mod matcher;
mod repository;

pub const URL: &str = "https://github.com/zonkyio/embedded-postgres-binaries";

pub use extractor::extract;
pub use matcher::matcher;
pub use repository::Zonky;