Kind: global class
Creates an instance of JDB.
| Param | Type | Default | Description |
|---|---|---|---|
| table | string |
table to be used for saving/retrieving data from | |
| [path] | string |
"'.'" |
inserts a K,V pair into the selected table,automatically updates/replaces as needed
Kind: instance method of JDB
| Param | Type |
|---|---|
| key | string | number |
| value | * |
converts the DB into array form
where format is [{table:string,rows:{}}]
Kind: instance method of JDB
Kind: instance method of JDB
| Param | Type |
|---|---|
| key | string | number |
Kind: instance method of JDB
| Param | Type |
|---|---|
| key | string | number |