sails-inverse-model
Version:
Sails Inverse Model helps you build models, controllers and views JS Sails from any database. In addition, you can quickly and individually generate each model, view, controller or all three at the same time.
44 lines (43 loc) • 534 B
JSON
{
"ignore": [
"/*",
"--",
"create database",
"use",
"set",
"@",
"delimiter",
"create trigger",
"after",
"call",
"for",
"each",
"row",
"begin",
"call",
"new",
"end",
"create definer",
"declare",
"leave",
"if",
"open",
"fetch",
"close"
],
"start": [
"create table if not exists",
"create table"
],
"contains": [
"enum(",
"primary key (",
"unique key"
],
"attr": [
"primary key (",
"key",
"unique key",
"constraint"
]
}