UNPKG
abyjs.db
Version:
latest (3.3.3)
3.3.3
2.2.2
2.1.1
2.0.1
abyjs.db - A Database with Speed and Optimization.
abyjs.db
/
src
/
utils
/
TableOptions.js
13 lines
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * 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:
""
, }