mongoose-database-service
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "mongoose-database-service", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Promise based database logic for mongoose", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,6 +30,7 @@ ## MongooseDatabaseService | ||
#### Find and FindOne | ||
#### Find, FindOne and FindById | ||
db.find( {queryObject} ) | ||
db.findOne( {queryObject} ) | ||
db.findById( 'id' ) | ||
@@ -36,0 +37,0 @@ Pass in an object as query data you want to search on |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4937
45