periodicjs.core.data
Version:
Core data is the ORM wrapping component of periodicjs.core.controller that provides database adapters for commonly used databases (ie. mongo, sql, postgres). Adapters provide a standard set of methods and options regardless of the type of database and so
28 lines (27 loc) • 416 B
Plain Text
{
"curly": false,
"noempty": true,
"newcap": true,
"eqeqeq": true,
"eqnull": true,
"undef": true,
"devel": true,
"node": true,
"esversion": 6,
"browser": true,
"evil": false,
"latedef": true,
"nonew": true,
"trailing": true,
"immed": true,
"smarttabs": true,
"strict": true,
"predef": [
"describe",
"it",
"before",
"beforeEach",
"after",
"afterEach"
]
}