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