You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- All find methods, `first, array, count, distinct` and all their parameters, `query, projection, skip, limit, sort` (some methods arent compatible with some parameters by disign);
6
+
## Main Features
7
+
- All find methods, `first, array, count, distinct` and all their parameters, `query, projection, skip, limit, sort` (some methods aren't compatible with some parameters by design);
8
8
- Insert single or multiple documents (asks for confirmation);
9
9
- Removes single or multiple documents (asks for confirmation), but doesn't allow for the complete deletion of the database (use nuke for that);
10
-
- All ways to update documents, `update, update only 1, update with upsert` (asks for confirmation);
11
-
- Easy way to see the specifications/geral info of the database. (Requires the documents to have a `collection` property);
10
+
- All functions to update documents, `update, update only 1, update with upsert` (asks for confirmation);
11
+
- Easy way to see the number of documents of the database by collection. (Requires the documents to have a `collection` property);
12
12
- A way to delete everything in the database with double confirmation, first normal and security message;
13
-
-Arguemnts market with `*` can be omitted, because they can be ignored or have default values assigned;
13
+
-Arguments market with `*` can be omitted, because they can be ignored or have default values assigned;
14
14
- Letters between `[]` represent aliases for `cmds`;
15
-
- Script protection to only run if user is allowed, needs to be uncommented;
15
+
- Script protection to only run if the user is allowed, needs to be uncommented;
0 commit comments