Method Sql.postgres()->create_db()

class Sql.postgres

Method create_db

void create_db(string db)

Description

This function creates a new database with the given name (assuming we have enough permissions to do this).

See also

drop_db