load_schema

Function load_schema 

Source
pub fn load_schema(client: &mut Client, paths: Vec<String>) -> 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.