Create Schema Tool

The Create Schema tool allows users to create schemas for the following databases: Apache Derby, Cassandra, H2, HSQLDB, and PostgreSQL. The tool takes the information supplied by the user and then generates the create schema DDL statement specific to the type of the current database connection.

Options on the tool include setting the schema name and the authorization for the schema.

Listed below is an example DDL statement generated by the Create Schema tool for PostgreSQL.

CREATE SCHEMA test_schema AUTHORIZATION postgres

The following are links to information about the Create Schema tool specific databases:

Derby Create Schema
Cassandra Create Schema
H2 Create Schema
HSQLDB Create Schema
PostgreSQL Create Schema