petersirka / nosql

NoSQL embedded database for small node.js projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary find returns extra data

octplane opened this issue · comments

I'm saving images to the binary DB.

When reading them back, I have (for example):

  • header.size=604121
  • And on the disk (with the createWriteStream): 604125

The 4 extra bytes are spaces.

Something's wrong :-/

Can you send me NoSQL database with binary files? (on my e-mail petersirka@gmail.com)
I tested database and all it's ok.

Fixed. Thanks!