UNPKG

@nikitajs/db

Version:

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

16 lines (15 loc) 291 B
{ "config": { "type": "object", "$ref": "module://@nikitajs/db/query#/definitions/db", "properties": { "username": { "type": "string", "description": "Name of the user to check for existance." } }, "required": [ "username" ] } }