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
[](https://gitter.im/Automattic/monk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
16
7
-
Monk is a tiny layer that provides simple yet substantial usability
8
-
improvements for MongoDB usage within Node.JS.
9
-
10
17
*note*: monk 2.x drop the support for node < 0.12. If you are still using an earlier version, stick to monk 1.x
11
18
12
19
```js
@@ -28,41 +35,28 @@ db.close()
28
35
29
36
## Features
30
37
31
-
- Command buffering. You can start querying right away.
32
-
- Promises built-in for all queries. Easy interoperability with modules.
38
+
- Well-designed API signatures
33
39
- Easy connections / configuration
34
-
- Well-designed signatures
35
-
- Improvements to the MongoDB APIs (eg: `findAndModify` supports the
36
-
`update` signature style)
40
+
- Command buffering. You can start querying right away
41
+
- Promises built-in for all queries. Easy interoperability with modules
37
42
- Auto-casting of `_id` in queries
38
43
- Allows to set global options or collection-level options for queries. (eg:
0 commit comments