UNPKG

@nikitajs/db

Version:

Provides Nikita actions for various database operations. Currently supports PostgreSQL, MySQL and MariaDB.

29 lines (28 loc) 583 B
{ "config": { "type": "object", "allOf": [ { "$ref": "module://@nikitajs/db/query#/definitions/db" } ], "properties": { "database": { "type": "string", "description": "The database name where the schema is created." }, "owner": { "type": "string", "description": "The Schema owner. Alter Schema if schema already exists." }, "schema": { "type": "string", "description": "New schema name." } }, "required": [ "database", "schema" ] } }