@@ -28,10 +28,10 @@ db.close()
28
28
29
29
## Features
30
30
31
+ - Well-designed signatures
32
+ - Easy connections / configuration
31
33
- Command buffering. You can start querying right away.
32
34
- Promises built-in for all queries. Easy interoperability with modules.
33
- - Easy connections / configuration
34
- - Well-designed signatures
35
35
- Improvements to the MongoDB APIs (eg: ` findAndModify ` supports the
36
36
` update ` signature style)
37
37
- Auto-casting of ` _id ` in queries
@@ -44,25 +44,4 @@ db.close()
44
44
45
45
## License
46
46
47
- (The MIT License)
48
-
49
- Copyright (c) 2012 Guillermo Rauch
< ; [email protected] > ;
50
-
51
- Permission is hereby granted, free of charge, to any person obtaining
52
- a copy of this software and associated documentation files (the
53
- 'Software'), to deal in the Software without restriction, including
54
- without limitation the rights to use, copy, modify, merge, publish,
55
- distribute, sublicense, and/or sell copies of the Software, and to
56
- permit persons to whom the Software is furnished to do so, subject to
57
- the following conditions:
58
-
59
- The above copyright notice and this permission notice shall be
60
- included in all copies or substantial portions of the Software.
61
-
62
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
63
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
64
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
65
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
66
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
67
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
68
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
47
+ MIT
0 commit comments