apxtrib/models/Odmdb.js

17 lines
477 B
JavaScript
Raw Normal View History

2023-01-22 09:53:09 +00:00
const glob = require( 'glob' );
const path = require( 'path' );
const fs = require( 'fs-extra' );
const config = require( '../tribes/townconf.js' );
const Odmdb = {};
/*
Input: metaobject => data mapper of Key: Value
objname + an object {} + action check => get a valid or not answer
objname + an object {} + action search => apply matching algo to find probalistic object id
objname + action index => update /searcindex of objects concern
*/
module.exports = Odmdb;