Method Sql.pgsql()->create_db()
- Method create_db
final
void
create_db(string
db
)- Description
This function creates a new database (assuming we have sufficient privileges to do this).
- Parameter
db
Name of the new database.
- See also
final
void
create_db(string
db
)
This function creates a new database (assuming we have sufficient privileges to do this).
db
Name of the new database.