UNPKG

abyjs.db

Version:

abyjs.db - A Database with Speed and Optimization.

13 lines 255 B
/** * The options for the database table. * @type {object} * @name TableOptions */ module.exports = { /** * Name for the table, this will also define the path to this table * @type {string} * @property */ name: "", }