UNPKG

ngorient

Version:

Angular OrientDB Framework

8 lines (7 loc) 197 B
var migration = require('../migration'); module.exports = { run: function(object, params) { console.log('generate model', object, params); migration.generator.run(object, params); } };