pub fn load_schema(client: &mut Client, paths: Vec<String>) -> Result<(), Error>
Loads PostgreSQL schemas into a database.
Takes a list of file paths as parameter and loads them in their given order.