aheckmann / gridfs-stream

Easily stream files to and from MongoDB
MIT License
615 stars 120 forks source link

Added new function exist to determine if file exists in gridstore. #32

Closed jaalfaro closed 10 years ago

jaalfaro commented 10 years ago

Added tests to confirm file exists and also test for file does not exist in gridstore

Reggino commented 10 years ago

Looks great, thanks! But could you please add some info to the Readme.md-file too?

jaalfaro commented 10 years ago

Sorry about that. I've updated the Read.md file. Should be good to go now.

jaalfaro commented 10 years ago

Just wanted to ping back. I updated the Read.md file, you should be able to merge this.

DominicBoettger commented 10 years ago

Can you merge it, cause missing files will throw a exception. So checking it first is very important.