@nikitajs/db
Version:
Provides Nikita actions for various database operations. Currently supports PostgreSQL, MySQL and MariaDB.
21 lines (20 loc) • 411 B
JSON
{
"config": {
"type": "object",
"$ref": "module://@nikitajs/db/query#/definitions/db",
"properties": {
"database": {
"type": "string",
"description": "The database name where the schema is registered."
},
"schema": {
"type": "string",
"description": "New schema name."
}
},
"required": [
"database",
"schema"
]
}
}