crud-json-array
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -83,2 +83,6 @@ "use strict"; | ||
}; | ||
Create.prototype.get_table_full_path_name = function () { | ||
// returns this path and table name | ||
return this.full_table_name; | ||
}; | ||
return Create; | ||
@@ -85,0 +89,0 @@ }()); |
{ | ||
"name": "crud-json-array", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "This module is creating manipulating JSON array. That is create table, insert, update, select and delete. useful for small data", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -87,3 +87,3 @@ # crud-json-array | ||
``` | ||
curDb.get_table_full_path_name | ||
curDb.get_table_full_path_name(); | ||
``` |
Sorry, the diff of this file is not supported yet
15657
226