DESCRIPTION
db.createdb allows the user to create a new empty database through
different drivers. A working database connection needs to be established.
EXAMPLE
Create a new PostgreSQL database (if PostgreSQL connection is established
through odbc driver)
db.createdb driver=odbc database=grass51test
Create a new PostgreSQL database (if PostgreSQL connection is established
through pg driver)
db.createdb driver=pg
database='host=pgserver.itc.it,dbname=grass51test,user=name'
SEE ALSO
GRASS 5.1
tutorial pages, db.columns, db.databases, db.describe, db.drivers, db.dropdb, db.droptable, db.execute, db.tables
AUTHOR
Radim Blazek, ITC-Irst, Trento, Italy