pub async fn create_database(
database: &str,
pool: &ClickHouseConnectionPool,
) -> Result<()>Expand description
Create a database in the remote ClickHouse instance.
ยงErrors
- Returns an error if the
ClickHouseendpoint is unreachable - Returns an error if the
ClickHousedatabase fails to be created