Function load_schema

Source
pub fn load_schema<P: AsRef<Path>>(
    client: &Client,
    paths: &[P],
) -> Result<(), Error>
Expand description

Loads PostgreSQL schemas into a database.

Takes a list of file paths as parameter and loads them in their given order.