UNPKG

nbatis

Version:

It's a data persistence plugin on the node.js platform,it is similar to mybatis

11 lines (10 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class BaseData { constructor() { this.configFileDir = ''; this.configOptions = null; this.encode = 'utf-8'; } } exports.default = BaseData;