Comparing version 1.0.11 to 1.0.12
@@ -220,3 +220,4 @@ var ejdblib; | ||
* - $orderby Sorting order of query fields. | ||
* - $onlycount true|false If `true` only count of matching records will be returned without result set. | ||
* - $onlycount true|false If `true` only count of matching records will be returned | ||
* without placing records in result set. | ||
* - $fields Set subset of fetched fields | ||
@@ -223,0 +224,0 @@ * Example: |
{ | ||
"name" : "ejdb", | ||
"version" : "1.0.11", | ||
"version" : "1.0.12", | ||
"main" : "node/ejdb.js", | ||
@@ -5,0 +5,0 @@ "description" : "EJDB - Embedded JSON Database engine", |
@@ -275,3 +275,3 @@ EJDB - Embedded JSON Database engine | ||
Queries can be used to update records: | ||
`$set` and `$inc` operations are supported. | ||
`$set` and `$inc` operations are supported. | ||
`$set` Field set operation. | ||
@@ -294,2 +294,4 @@ - {some fields for selection, '$set' : {'field1' : {obj}, ..., 'field1' : {obj}}} | ||
- $orderby Sorting order of query fields. | ||
- $onlycount true|false If `true` only count of matching records will be returned | ||
without placing records in result set. | ||
- $fields Set subset of fetched fields | ||
@@ -604,5 +606,5 @@ Example: | ||
--------------------------------- | ||
EJDB API presented in **ejdb.h** C header file. | ||
EJDB API presented in **[ejdb.h](https://github.com/Softmotions/ejdb/blob/master/tcejdb/ejdb.h)** C header file. | ||
JSON processing API: **bson.h** | ||
JSON processing API: **[bson.h](https://github.com/Softmotions/ejdb/blob/master/tcejdb/bson.h)** | ||
@@ -609,0 +611,0 @@ Queries |
Sorry, the diff of this file is not supported yet
4831355
967
714