UNPKG

orange-orm

Version:

Object Relational Mapper

8 lines (6 loc) 209 B
var newQueryCore = require('./newQueryCore'); function newQuery() { var query = newQueryCore.apply(null, arguments); return query.append(' FOR JSON path, INCLUDE_NULL_VALUES'); } module.exports = newQuery;