my-mongodb-client
v1.0.3
Published
- A client for mongodb building upon mongodb native sdk and promise - Just a few methods but frequently used - The client object will do connection with mongodb when created. Because the connection is asynchronized, please use setTimeout funtion when yo
Readme
my mongodb client
- A client for mongodb building upon mongodb native sdk and promise
- Just a few methods but frequently used
- The client object will do connection with mongodb when created. Because the connection is asynchronized, please use setTimeout funtion when you want use the client immediately.
